Files
Ink/test/codegen/function_call_out_of_order_declaration.golden

12 lines
60 B
Plaintext

void foo();
void vs_main()
{
foo();
}
void foo()
{
}