aboutsummaryrefslogtreecommitdiffstats
path: root/lua/tests/indent/cpp/access.cpp
blob: abdb846ceddb4ec5c1b6337b9971e44e210526e6 (plain) (blame)
1
2
3
4
5
6
class Foo {
public:
    int x;
private:
    int y;
};