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