f013937a8c1008937fdf08c87434a5281b173483
[oota-llvm.git] / test / CodeGen / Generic / global-ret0.ll
1 %g = global int 0
2
3 int %main() {  
4   %h = load int* %g
5   ret int %h
6 }