summaryrefslogtreecommitdiff
path: root/tests/typing/bad/testfile-reference_type-1.cpp
blob: a80e0afb19fd67e2d6c7d916c0918c1716b327c2 (plain) (blame)
1
2
int& f() { return 0; }
int main() {}