diff options
Diffstat (limited to 'tests/headers/use-core.h')
-rw-r--r-- | tests/headers/use-core.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/headers/use-core.h b/tests/headers/use-core.h index 42bb10d9..0e8a8d6e 100644 --- a/tests/headers/use-core.h +++ b/tests/headers/use-core.h @@ -5,4 +5,9 @@ struct foo { void* bar; }; +union { + int bar; + long baz; +} bazz; + typedef void (*fooFunction)(int bar); |