OSDN Git Service

am 0d041145: am 19c6fbb3: Merge "Adds the ability to run the llvm test suite in-tree."
[android-x86/external-llvm.git] / test / Assembler / alias-to-alias2.ll
1 ; RUN:  not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2 ; CHECK: error: Alias is pointed by alias b1
3
4 @g = global i32 42
5
6 @b1 = alias i32* @c1
7 @c1 = alias i32* @g