Files
cc65/test/err/bug2926.c
2026-02-06 16:36:44 +01:00

2 lines
44 B
C

int main() { int a = 42LFOOBAR; return 0; }