summaryrefslogblamecommitdiff
path: root/tests/typing/bad/testfile-field-5.cpp
blob: 382e124762402d1aab41fec6f721b2a2ab928c49 (plain) (tree)
1
2
3


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