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