dmd/compiler/test/fail_compilation/ice18803a.d
2022-07-09 18:53:07 +02:00

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; }