summaryrefslogtreecommitdiff
path: root/tests/typing/bad/testfile-scope-1.cpp
blob: cc6caa9ce23f48186cd572d4614e20a9f496f0b8 (plain) (blame)
1
int main() { { int x; } x; }