Silence -Wunused-variable in release builds.
[llvm/stm8.git] / test / Assembler / 2007-08-06-AliasInvalid.ll
blob94095982468c86783b920452a9a3f5d7901f3487
1 ; RUN: not llvm-as < %s > /dev/null |& grep {expected top-level entity}
2 ; PR1577
4 @anInt = global i32 1 
5 alias i32 @anAlias
7 define i32 @main() {
8    ret i32 0