Closed SnirkImmington closed 5 years ago
Testcase: compile/expression/call/call-void-ok.protosnirk Code to reproduce:
compile/expression/call/call-void-ok.protosnirk
fn main() main()
LLVM gives an error because we attempt to generate this code:
%call_main-ok = call void @main()
Closed in #85.
Testcase:
compile/expression/call/call-void-ok.protosnirk
Code to reproduce:LLVM gives an error because we attempt to generate this code: