mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
7 lines
135 B
C
7 lines
135 B
C
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/fail24422.c(7): Error: type-specifier missing for declaration of `a`
|
|
---
|
|
*/
|
|
void f24422(a) a; { }
|