mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-09 05:31:37 +00:00
5 lines
126 B
LLVM
5 lines
126 B
LLVM
|
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
|
||
|
|
||
|
@GV = external global token
|
||
|
; CHECK: invalid type for global variable
|