diff options
Diffstat (limited to 't/t4018/cpp-skip-comment-block')
-rw-r--r-- | t/t4018/cpp-skip-comment-block | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/t/t4018/cpp-skip-comment-block b/t/t4018/cpp-skip-comment-block new file mode 100644 index 0000000000..3800b9967a --- /dev/null +++ b/t/t4018/cpp-skip-comment-block @@ -0,0 +1,9 @@ +struct item RIGHT(int i) +// Do not +// pick up +/* these +** comments. +*/ +{ + ChangeMe; +} |