aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2007-08-06-AliasInvalid.ll
blob: 0711e037a6743d6b04e5a47172ceb388e70bcea7 (plain)
1
2
3
4
5
6
7
; RUN: 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 
}