7 lines
57 B
LLVM
7 lines
57 B
LLVM
|
|
|
|
void %foo(int* %X) {
|
|
store int 4, int* %X
|
|
ret void
|
|
}
|