Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
c39f44b521eaa05804f55d1f4b8c2a178953f3c6
/
.
/
test
/
Assembler
/
2007-08-06-AliasInvalid.ll
blob: 94095982468c86783b920452a9a3f5d7901f3487 [
file
] [
log
] [
blame
]
; RUN: not llvm-as < %s > /dev/null |& grep {expected top-level entity}
; PR1577
@anInt
=
global
i32
1
alias
i32
@anAlias
define
i32
@main
()
{
ret
i32
0
}