summaryrefslogtreecommitdiff
path: root/examples/simple.c
blob: 16629ee47240097fc38eb28553625994438cb525 (plain)
1
2
3
4
5
6
7
void foo() {
if (1)
    if (1)
        1;
    else
        1;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback