diff options
Diffstat (limited to 'test/Feature/globalredefinition3.ll')
-rw-r--r-- | test/Feature/globalredefinition3.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Feature/globalredefinition3.ll b/test/Feature/globalredefinition3.ll new file mode 100644 index 0000000..5a5b3f1 --- /dev/null +++ b/test/Feature/globalredefinition3.ll @@ -0,0 +1,4 @@ +; RUN: not llvm-as %s -o /dev/null |& grep {redefinition of global '@B'} + +@B = global i32 7 +@B = global i32 7 |