blob: ed6b6cbc48c64412945f6efbee202f272719a8d4 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/ice10341.d(10): Error: case range not in switch statement
---
*/
void main()
{
case 1: .. case 2:
}