forked from OSchip/llvm-project
parent
2deaf77d1d
commit
2bf6c22c9b
|
@ -8,9 +8,7 @@
|
|||
|
||||
implementation
|
||||
|
||||
int "test1"(int %A)
|
||||
begin
|
||||
int %test1(int %A) {
|
||||
%B = div int %A, 1
|
||||
ret int %B
|
||||
end
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue