1
0
mirror of https://github.com/cc65/cc65.git synced 2026-03-11 08:41:58 +00:00
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; }