summaryrefslogtreecommitdiff
path: root/tests/typing/bad/testfile-comparison-5.cpp
blob: 61d826c9735d73393e2b32983510571e13299bec (plain) (blame)
1
2
3
class S { public: int a; };
int main() { int x; S s; 1 == s; }