diff options
Diffstat (limited to 'test/Feature/unions.ll')
-rw-r--r-- | test/Feature/unions.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Feature/unions.ll b/test/Feature/unions.ll index 9d6c36bb3c..3cf8c3ce0e 100644 --- a/test/Feature/unions.ll +++ b/test/Feature/unions.ll @@ -6,7 +6,9 @@ @union1 = constant union { i32, i8 } { i32 4 } @union2 = constant union { i32, i8 } insertvalue(union { i32, i8 } undef, i32 4, 0) +@union3 = common global %union.anon zeroinitializer, align 8 define void @"Unions" () { ret void } + |