| 1 | @[export: 'JNICALL Java_io_vlang_V_callStaticMethods'] |
| 2 | @[tom: 'jerry'] |
| 3 | @[direct_array_access; inline; unsafe] |
| 4 | fn 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] |
| 9 | fn dangerous_console() {} |
| 10 | |