ziglang/zig

implement noinline

andrewrk opened this issue · 0 comments

// TODO: support noinline

noinline fn foo() void {}

If you look at the ZIR, the "noinline" information is lost.