mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-03 02:53:06 +00:00
5 lines
172 B
LLVM
5 lines
172 B
LLVM
|
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
|
||
|
; CHECK: <stdin>:4:12: error: explicit pointee type doesn't match operand's pointee type
|
||
|
@y = global i2 0
|
||
|
@x = alias i1, i2* @y
|