diff options
Diffstat (limited to 'sys/test')
| -rw-r--r-- | sys/test/test.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/test/test.txt b/sys/test/test.txt index 68eb4f8df..ac2612768 100644 --- a/sys/test/test.txt +++ b/sys/test/test.txt @@ -725,8 +725,17 @@ syz_use_missing { # Hints tests. +test$hint_int(a0 ptr[in, hint_ints]) test$hint_data(a0 ptr[in, array[int8]]) +hint_ints { + int1_0 int8 + int2_0 int16 + int4_0 int32 + int8_0 int64 + int2_12 int16:12 +} + # Mutation tests. mutate0() |
