mirror of
https://github.com/cc65/cc65.git
synced 2025-08-05 01:25:44 +00:00
The test needs a main() function.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
int i = { 0 };
|
||||
char* p = { 0 };
|
||||
int main() { return 0; }
|
||||
|
Reference in New Issue
Block a user