diff options
Diffstat (limited to 'src/nvim/testdir/test3.in')
-rw-r--r-- | src/nvim/testdir/test3.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/nvim/testdir/test3.in b/src/nvim/testdir/test3.in index 7f6d412806..42255e2019 100644 --- a/src/nvim/testdir/test3.in +++ b/src/nvim/testdir/test3.in @@ -464,6 +464,14 @@ label: if (asdf && asdfasdf } +{ +for ( int i = 0; + i < 10; i++ ) +{ +} + i = 0; +} + class bob { int foo() {return 1;} |