hanchenye-llvm-project/llvm/test/Regression/CodeGen/Generic/global-ret0.ll

7 lines
70 B
LLVM

%g = global int 0
int %main() {
%h = load int* %g
ret int %h
}