8 lines
72 B
Plaintext
8 lines
72 B
Plaintext
%%
|
|
enter translation_unit { ; }
|
|
%%
|
|
|
|
signed main(void) {
|
|
return 0;
|
|
}
|