Create import test files
This commit is contained in:
parent
2c87817904
commit
f2d2d07709
1
tests/import/defs.eh
Normal file
1
tests/import/defs.eh
Normal file
|
@ -0,0 +1 @@
|
|||
int :: printf(char* format);
|
6
tests/import/source.er
Normal file
6
tests/import/source.er
Normal file
|
@ -0,0 +1,6 @@
|
|||
import "tests/import/defs.eh"
|
||||
|
||||
int :: main() {
|
||||
printf("tests\n");
|
||||
return (0);
|
||||
}
|
Loading…
Reference in New Issue
Block a user