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


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