summaryrefslogtreecommitdiff
path: root/tests/typing/bad/testfile-call-1.cpp
blob: 2de83469003f92e1d9352cf6fb993ae206fd949f (plain) (blame)
1
2
void f(int x) {}
int main() { f(); }