scanf bon
This commit is contained in:
@@ -224,4 +224,10 @@ public class ProgramLLVM {
|
||||
return v.visitCharLLVM(this, h);
|
||||
}
|
||||
}
|
||||
|
||||
public static record PointerLLVMImp(TypeLLVM type) implements TypeLLVM{
|
||||
public <H, S> S accept(TypeLLVMVisitor<H, S> v, H h) {
|
||||
return v.visitPointerLLVM(this, h);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user