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