blob: 2e67b4dbea943f052b3c327f70292f548a6a568e [file] [log] [blame]
// https://issues.dlang.org/show_bug.cgi?id=22035
/* TEST_OUTPUT:
---
fail_compilation/fail22035.d(10): Error: found `2` when expecting `:`
fail_compilation/fail22035.d(10): Error: found `:` instead of statement
---
*/
int test22035()
{
case 1 2:
}