diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-02-07 20:22:08 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-02-08 13:36:42 +0100 |
commit | 60361505fbce24fb564edc56e1b9bb7299932457 (patch) | |
tree | 27950cbb33e93832023771ff7eb343d203a3eb88 /tests/headers/use-core.h | |
parent | 86ce9dd967c15b159f74a1767738543e7e4536c3 (diff) |
codegen: Fix remaining cases of missing core prefix.
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); |