aboutsummaryrefslogtreecommitdiffstats
path: root/test/Bindings/llvm-c/globals.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Bindings/llvm-c/globals.ll')
-rw-r--r--test/Bindings/llvm-c/globals.ll7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Bindings/llvm-c/globals.ll b/test/Bindings/llvm-c/globals.ll
new file mode 100644
index 0000000..a38f08b
--- /dev/null
+++ b/test/Bindings/llvm-c/globals.ll
@@ -0,0 +1,7 @@
+; RUN: llvm-as < %s | llvm-c-test --module-list-globals | FileCheck %s
+
+@foo = constant [7 x i8] c"foobar\00", align 1
+;CHECK: GlobalDefinition: foo [7 x i8]*
+
+@bar = common global i32 0, align 4
+;CHECK: GlobalDefinition: bar i32*