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


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