diff options
Diffstat (limited to 'tests/headers/extern-const-struct.h')
-rw-r--r-- | tests/headers/extern-const-struct.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/headers/extern-const-struct.h b/tests/headers/extern-const-struct.h new file mode 100644 index 00000000..10006e82 --- /dev/null +++ b/tests/headers/extern-const-struct.h @@ -0,0 +1,5 @@ +struct nsFoo { + float details[400]; +}; + +extern const struct nsFoo gDetails; |