blob: ba03be68124186e06f3730c04005476f89c485f0 [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:
}