diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-01-23 10:44:01 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-01-23 10:44:01 +0100 |
| commit | de3e24c4b6cd0136618ce74eb025a15d4834c082 (patch) | |
| tree | 9a9653ad878ef929b6630fa82a0c7626d2de8d41 /pkg/compiler/testdata/all.txt | |
| parent | 228e3d951cef1d13723fd60ab957a9c81415c84a (diff) | |
pkg/compiler: allow strings as template arguments
Needed for netfilter descriptions.
Diffstat (limited to 'pkg/compiler/testdata/all.txt')
| -rw-r--r-- | pkg/compiler/testdata/all.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/compiler/testdata/all.txt b/pkg/compiler/testdata/all.txt index ad04364b0..088e119ef 100644 --- a/pkg/compiler/testdata/all.txt +++ b/pkg/compiler/testdata/all.txt @@ -86,6 +86,8 @@ bitfield0 { type type0 int8 type templ0[A, B] const[A, B] +type templ2[STR] string[STR] +type type3 templ2["a"] type templ_struct0[A, B] { len len[parent, int16] |
