aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/parser/statement_unreachable.good
blob: 0054b5735dff969d49375d94e5069c02ac5cc4fb (plain)
1
2
3
4
5
6
7
8

() test()
{
    if :false unreachable;
    if :true return;
    unreachable;
}