summaryrefslogtreecommitdiff
path: root/tests/typing/bad/testfile-scope-2.cpp
blob: 13135bae284b576a3b02d5816b78c3d032f49dae (plain) (blame)
1
2
3
int main() { int x; if(x) { int y; } else y; }