mirror of
https://github.com/cc65/cc65.git
synced 2025-03-23 02:30:01 +00:00
The test needs a main() function.
This commit is contained in:
parent
3c5269dede
commit
d825a40add
@ -1,2 +1,3 @@
|
||||
int i = { 0 };
|
||||
char* p = { 0 };
|
||||
int main() { return 0; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user