diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-06-30 19:34:41 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-06-30 19:34:41 +0200 |
| commit | 664ef9a3e1016e80fc1fcbbef6e9f66a2ededfe6 (patch) | |
| tree | 3f5829d9ad2ada25336f3bf98b85a65ec517c22e /sys/test/test.txt | |
| parent | 9054fae0162950c1fd961819f64b1ac90e5930b3 (diff) | |
pkg/compiler: check for unused declarations
Error on unused structs/unions/resources/flags.
Finds tons of bugs.
Diffstat (limited to 'sys/test/test.txt')
| -rw-r--r-- | sys/test/test.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/test/test.txt b/sys/test/test.txt index 0920e6996..491a62317 100644 --- a/sys/test/test.txt +++ b/sys/test/test.txt @@ -632,6 +632,7 @@ syz_test$res1(a0 syz_res) resource syz_missing_const_res[int32]: ONLY_32BITS_CONST syz_test$missing_resource() syz_missing_const_res +syz_test$missing_struct(a ptr[in, syz_use_missing]) syz_missing_const_struct { a0 const[ONLY_32BITS_CONST, int32] |
