5 lines
80 B
LLVM
5 lines
80 B
LLVM
define i64 @main(i64 %argc, i8** %arcv) {
|
|
%1 = ashr i64 42, 3
|
|
ret i64 %1
|
|
}
|
|
|