Added a test.

This commit is contained in:
Kugel Fuhr
2026-02-06 16:36:44 +01:00
parent 61799b07bf
commit 2f62b263f3

1
test/err/bug2926.c Normal file
View File

@@ -0,0 +1 @@
int main() { int a = 42LFOOBAR; return 0; }