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