aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/parser/statement_switch_eof.bad
blob: e25f96b96af7badb612e872eb1e43b879bd49ba5 (plain)
1
2
3
4
5
6
7
8

() test()
{ // ERROR
    bool b = :true;

    switch b {
        case :false { }

// EOF ERROR