This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
cc65
Watch
1
Star
0
Fork
0
You've already forked cc65
mirror of
https://github.com/cc65/cc65.git
synced
2026-03-11 08:41:58 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
master
cc65
/
test
/
err
/
bug2926.c
Kugel Fuhr
2f62b263f3
Added a test.
2026-02-06 16:36:44 +01:00
2 lines
44 B
C
Raw
Permalink
Blame
History
int
main
(
)
{
int
a
=
42L
FOOBAR
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink