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


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