mirror of
https://github.com/cc65/cc65.git
synced 2025-08-10 04:25:21 +00:00
4 lines
57 B
C
4 lines
57 B
C
int i = { 0 };
|
|
char* p = { 0 };
|
|
int main() { return 0; }
|