7 lines
76 B
LLVM
7 lines
76 B
LLVM
|
@bar = hidden global i32 0
|
||
|
|
||
|
define hidden i32 @foo() {
|
||
|
entry:
|
||
|
ret i32 0
|
||
|
}
|