CS153/hw6/llprograms/returnvoid.ll

5 lines
57 B
LLVM
Raw Normal View History

define void @main(i64 %argc, i8** %arcv) {
ret void
}