mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-08 14:54:42 +00:00
11 lines
272 B
LLVM
11 lines
272 B
LLVM
target triple = "wasm32-unknown-unknown"
|
|
|
|
@ret32_address = global i32 (float)* @ret32, align 4
|
|
|
|
define hidden i32* @call_ret32() {
|
|
entry:
|
|
%call1 = call i32 @ret32(float 0.000000e+00)
|
|
ret i32* bitcast (i32 (float)** @ret32_address to i32*)
|
|
}
|
|
|
|
declare i32 @ret32(float)
|