v/vlib/v/fmt/tests/blocks_input.vv

8 lines
87 B
V

fn unsafe_fn() {
unsafe { _ = malloc(2) }
}
fn fn_with_defer() {
defer { voidfn() }
}