summaryrefslogtreecommitdiff
path: root/tests/typing/bad/testfile-return-3.cpp
blob: f13c7a3fd1ff8a86e10aca222afc0673d20af4d1 (plain) (blame)
1
2
3
4
class S { public: int a; };
int main() { S s; return s; }