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-type.ll
1 ; RUN: not llvm-as %s 2>&1 | FileCheck %s
2
3 @foo = global i32 42
4 @bar = alias i32 @foo
5
6 CHECK: error: An alias must have pointer type