1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/fmt/tests/attrs_input.vv

11 lines
262 B
V

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