blob: 39a1c39ec0c58b2cdac34ab1af1bfdb9349bd736 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/ice12836.d(9): Error: undefined identifier `C`
fail_compilation/ice12836.d(9): Error: undefined identifier `K`
---
*/
immutable C L = 1 << K;