mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-14 01:40:53 +00:00
10 lines
107 B
LLVM
10 lines
107 B
LLVM
![]() |
implementation
|
||
|
|
||
|
int %bar() { ret int 0 }
|
||
|
|
||
|
int %main() {
|
||
|
%r = call int %bar()
|
||
|
ret int %r
|
||
|
}
|
||
|
|