summaryrefslogtreecommitdiff
path: root/test/Assembler/alias-to-alias.ll
blob: 1ea99bbb694665c486195ede095b0a060e9aa1d7 (plain)
1
2
3
4
5
; 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