summaryrefslogtreecommitdiff
path: root/tests/typing/bad/testfile-arith-1.cpp
blob: 8dde0c2e552027ed663c11a33d05e38d31e5cad7 (plain) (blame)
1
2
class S { public: int a; };
int main() { S s; s+s; }