unittest {
label:
    if (x) {
    }
Label:

    // comment
    statement();
}
}