aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/tokenizer/parens_inside.good
blob: 875308852172c86daab455d6f813fb29df459432 (plain)
1
2
3
4

int f() { return 1; }
() g() {
    int x = f()+1;
}