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