mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-05 03:19:11 +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
|