1
0
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:
Kugel Fuhr
2024-09-08 09:36:40 +02:00
parent 3c5269dede
commit d825a40add

View File

@@ -1,2 +1,3 @@
int i = { 0 };
char* p = { 0 };
int main() { return 0; }