5 fail_compilation/test22999.d(18): Deprecation: switch case fallthrough - use 'goto default;' if intended
6 fail_compilation/test22999.d(25): Deprecation: switch case fallthrough - use 'goto case;' if intended
10 // no switch fallthrough error with multi-valued case
11 // https://issues.dlang.org/show_bug.cgi?id=22999