aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/verifier/expr_notused.good
blob: d992751923868b5a21d007b09400afd83f199bda (plain)
1
2
3
4
5
6
7
8

() f() {
    bool b1;
    bool b2;

    b1 or b2;
    b1 and b2;
}