blob: 5ec5a816e33a91c19e3fd25e35884785dc91acdf [file] [log] [blame]
/*
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; }