org.qbicc.machine.llvm.Struct Maven / Gradle / Ivy
package org.qbicc.machine.llvm;
/**
*
*/
public interface Struct extends LLValue {
Struct item(LLValue type, LLValue value);
}
package org.qbicc.machine.llvm;
/**
*
*/
public interface Struct extends LLValue {
Struct item(LLValue type, LLValue value);
}