aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2007-08-06-AliasInvalid.ll
blob: b54acec1c94b554952debe31e0d2e9e78d1d9e53 (plain)
1
2
3
4
5
6
7
; RUN: not llvm-as < %s > /dev/null |& grep {Invalid type for reference to global}
; PR1577

@anInt = global i32 1 alias i32 @anAlias
define i32 @main() {
   ret i32 0 
}