1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-19 09:28:25 +00:00

Added a test.

This commit is contained in:
Kugel Fuhr
2026-02-06 16:36:44 +01:00
parent 61799b07bf
commit 2f62b263f3
+1
View File
@@ -0,0 +1 @@
int main() { int a = 42LFOOBAR; return 0; }