mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
9 lines
268 B
D
9 lines
268 B
D
/*
|
|
EXTRA_FILES: ice18803b.d
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/ice18803b.d(9): Error: (expression) expected following `static if`
|
|
fail_compilation/ice18803b.d(9): Error: declaration expected following attribute, not end of file
|
|
---
|
|
*/
|
|
void main() { import ice18803b; }
|