diff options
Diffstat (limited to 'tests/headers/extern-const-struct.h')
-rw-r--r-- | tests/headers/extern-const-struct.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/headers/extern-const-struct.h b/tests/headers/extern-const-struct.h index 10006e82..10271274 100644 --- a/tests/headers/extern-const-struct.h +++ b/tests/headers/extern-const-struct.h @@ -1,3 +1,5 @@ +// bindgen-flags: --rust-target 1.40 + struct nsFoo { float details[400]; }; |