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