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