added union type registration

This commit is contained in:
Lorenzo Torres 2025-12-05 15:02:07 +01:00
parent 3ed0922c63
commit 02dea8d3b8
2 changed files with 28 additions and 27 deletions

View file

@ -3,7 +3,7 @@ struct a {
u64 hi,
}
struct b {
union b {
u32 ciao,
u32 test,
u32 test1,