init commit
This commit is contained in:
12
test/codegen/function_call.golden
Normal file
12
test/codegen/function_call.golden
Normal file
@@ -0,0 +1,12 @@
|
||||
int foo();
|
||||
|
||||
int foo()
|
||||
{
|
||||
return 4;
|
||||
}
|
||||
|
||||
void vs_main()
|
||||
{
|
||||
foo();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user