mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
8 lines
219 B
D
8 lines
219 B
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
|
|
---
|
|
*/
|
|
static if
|