summaryrefslogblamecommitdiff
path: root/tests/typing/bad/testfile-return-2.cpp
blob: b14902ce833c7da25879fe017d16832cfd705e6b (plain) (tree)
1
2
3
4



                           
class S { public: int a; };
int f() { S s; return s; }
int main() { }