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.std7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/compiler/cxx-indenter/output.std b/tests/compiler/cxx-indenter/output.std
index f90f365..0e59a26 100644
--- a/tests/compiler/cxx-indenter/output.std
+++ b/tests/compiler/cxx-indenter/output.std
@@ -9,6 +9,13 @@ else
b ();
}
+if (true)
+ // Hello there
+ //
+ a ();
+else
+ b ();
+
if (false)
{
if (true)