Erythro/tests/import/source.er
2022-03-04 15:55:08 +00:00

6 lines
87 B
Plaintext

import "tests/import/defs.eh"
int :: main() {
printf("tests\n");
return (0);
}