mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01: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
|