6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
import "tests/import/defs.eh"
|
|
|
|
int :: main() {
|
|
printf("tests\n");
|
|
return (0);
|
|
} |