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

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