CS153/hw6/llprograms/global1.ll

8 lines
107 B
LLVM
Raw Normal View History

@gbl = global i64 12
define i64 @main(i64 %argc, i8** %arcv) {
%1 = load i64, i64* @gbl
ret i64 %1
}