diff options
Diffstat (limited to 'test/Verifier/token4.ll')
| -rw-r--r-- | test/Verifier/token4.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Verifier/token4.ll b/test/Verifier/token4.ll new file mode 100644 index 0000000000000..87a8b14efa005 --- /dev/null +++ b/test/Verifier/token4.ll @@ -0,0 +1,4 @@ +; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s + +@GV = external global token +; CHECK: invalid type for global variable |
