Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
test
/
Assembler
/
invalid-alias-mismatched-explicit-type.ll
blob: d28223793082ea463100329317f8ae50ee04c8e4 [
file
] [
log
] [
blame
]
; 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