diff options
Diffstat (limited to 'lua/tests/indent/cpp/access.cpp')
| -rw-r--r-- | lua/tests/indent/cpp/access.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/tests/indent/cpp/access.cpp b/lua/tests/indent/cpp/access.cpp new file mode 100644 index 000000000..abdb846ce --- /dev/null +++ b/lua/tests/indent/cpp/access.cpp @@ -0,0 +1,6 @@ +class Foo { +public: + int x; +private: + int y; +}; |
