init basic
This commit is contained in:
4
ccompiler/frontend/parser/tests/test.c
Normal file
4
ccompiler/frontend/parser/tests/test.c
Normal file
@@ -0,0 +1,4 @@
|
||||
extern int _print_str(const char* str);
|
||||
int main(void) {
|
||||
_print_str("Hello, world!\n");
|
||||
}
|
||||
Reference in New Issue
Block a user