Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
0c5f13c0c4499eaf42ab5e9e2ceabd4e20e36861
/
.
/
test
/
Assembler
/
alias-to-alias.ll
blob: 1ea99bbb694665c486195ede095b0a060e9aa1d7 [
file
] [
log
] [
blame
]
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
; CHECK: Alias must point to function or variable
@b1
=
alias
i32
*
@c1
@c1
=
alias
i32
*
@b1