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