diff options
Diffstat (limited to 'pkg/ast/testdata')
| -rw-r--r-- | pkg/ast/testdata/all.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pkg/ast/testdata/all.txt b/pkg/ast/testdata/all.txt index 9ddf67844..b71b7919c 100644 --- a/pkg/ast/testdata/all.txt +++ b/pkg/ast/testdata/all.txt @@ -28,3 +28,14 @@ include <linux/foo.h> include "linux/foo.h" incdir </foo/bar> incdir "/foo/bar" + +s2 { + f1 int8 + + # comment + + f2 int8 + + # comment + +} |
