v/vlib/v/fmt/tests/attrs_expected.vv

10 lines
259 B
V

[export: 'JNICALL Java_io_vlang_V_callStaticMethods']
[tom: 'jerry']
[direct_array_access; inline; unsafe]
fn heavily_tagged() {}
// console attribute for easier diagnostics on windows
// also it's not safe to use
[console; unsafe]
fn dangerous_console() {}