diff options
Diffstat (limited to 'test/Object/Inputs/trivial.ll')
-rw-r--r-- | test/Object/Inputs/trivial.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Object/Inputs/trivial.ll b/test/Object/Inputs/trivial.ll index 25ece76..463442e 100644 --- a/test/Object/Inputs/trivial.ll +++ b/test/Object/Inputs/trivial.ll @@ -10,3 +10,7 @@ entry: declare i32 @puts(i8* nocapture) nounwind declare void @SomeOtherFunction(...) + +@var = global i32 0 +@llvm.used = appending global [1 x i8*] [i8* bitcast (i32* @var to i8*)], section "llvm.metadata" +@llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65535, void ()* null, i8* null }] |