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


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