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


                           
class S { public: int a; };
int main() { S s; s+1; }