diff options
Diffstat (limited to 'sys/test/exec.txt')
| -rw-r--r-- | sys/test/exec.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/test/exec.txt b/sys/test/exec.txt index 556f8b5ca..641195926 100644 --- a/sys/test/exec.txt +++ b/sys/test/exec.txt @@ -24,6 +24,7 @@ compare_data [ bf10 syz_bf_align[syz_bf_struct10] bf11 syz_bf_align[syz_bf_struct11] bf12 syz_bf_align[syz_bf_struct12] + bf13 syz_bf_align[syz_bf_struct13] str string blob array[int8] arr16be array[int16be] @@ -101,6 +102,12 @@ syz_bf_struct12 { f6 int8 } +syz_bf_struct13 { + f0 int16 + f1 int32:12 + f2 int32:12 +} + type syz_bf_align[T] { f0 int8 f1 T |
