diff options
Diffstat (limited to 'test/Feature/comdat.ll')
-rw-r--r-- | test/Feature/comdat.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Feature/comdat.ll b/test/Feature/comdat.ll index 05fb87c..1e878bb 100644 --- a/test/Feature/comdat.ll +++ b/test/Feature/comdat.ll @@ -16,3 +16,6 @@ define void @f() comdat $f { ret void } ; CHECK: define void @f() comdat $f + +$i = comdat largest +@i = internal global i32 0, comdat $i |