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


                                    
class S { public: int a; };
int main() { S s1; S s2; s1 != s2; }