12 lines
60 B
Plaintext
12 lines
60 B
Plaintext
void foo();
|
|
|
|
void vs_main()
|
|
{
|
|
foo();
|
|
}
|
|
|
|
void foo()
|
|
{
|
|
}
|
|
|