aboutsummaryrefslogtreecommitdiff
path: root/tests/compiler/cxx-indenter/output.std
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compiler/cxx-indenter/output.std')
-rw-r--r--tests/compiler/cxx-indenter/output.std15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/compiler/cxx-indenter/output.std b/tests/compiler/cxx-indenter/output.std
index 0e59a26..79e74f4 100644
--- a/tests/compiler/cxx-indenter/output.std
+++ b/tests/compiler/cxx-indenter/output.std
@@ -86,3 +86,18 @@ while (false);
"'name')");
}
+namespace N
+{
+ static int i[] =
+ {
+ {
+ 0,
+ 0
+ },
+ {
+ 1,
+ 1
+ }
+ };
+}
+