diff --git a/IDEHelper/Tests/src/Unions.bf b/IDEHelper/Tests/src/Unions.bf index df09cb18..9dfe1b07 100644 --- a/IDEHelper/Tests/src/Unions.bf +++ b/IDEHelper/Tests/src/Unions.bf @@ -18,6 +18,17 @@ namespace Tests public float mFloat; } + [Union] + struct UnionC + { + public int32 mInt32 = 0; + public float mFloat; + + public this() + { + } + } + [Test] static void TestBasics() {