summaryrefslogtreecommitdiff
path: root/tests/typing/bad/testfile-undef_var-2.cpp
blob: 03922a3f80948cdcf0a488b82f72d52576393584 (plain) (blame)
1
2
3
int main() { int x; }
void n() { x; }