Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git] / test / CodeGen / Generic / global-ret0.ll
blob8fcef33a34d70e95fe54b4b6da5e8291a5382ba3
1 ; RUN: llvm-as < %s | llc
3 @g = global i32 0               ; <i32*> [#uses=1]
5 define i32 @main() {
6         %h = load i32* @g               ; <i32> [#uses=1]
7         ret i32 %h