blob: aaa9963a9b0c85d0d4bddea262e91f243d9bf63e (
plain)
1
2
3
4
5
6
7
8
9
|
# Copyright 2022 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
meta arches["32", "32_fork"]
resource unsupported3[int32]
foo$unsupported3_ctor(cmd const[ONLY_32BITS_CONST]) unsupported3
foo$unsupported3_use(res unsupported3)
|