vq / vlib / v / fmt / tests / attrs_expected.vv
9 lines · 8 sloc · 287 bytes
Raw
1@[export: 'JNICALL Java_io_vlang_V_callStaticMethods']
2@[tom: 'jerry']
3@[direct_array_access; inline; unsafe]
4fn heavily_tagged() {}
5
6// console attribute to force-open a console for easier diagnostics on windows
7// also it's not safe to use
8@[console; unsafe]
9fn dangerous_console() {}
10