v / vlib / v2 / tests / target_codegen_example / freestanding_output.vv2
5 lines · 4 sloc · 41 bytes · 10a27a35f62541cee8c09d75d37629f27d89d055
Raw
1module main
2
3fn main() {
4 println('x')
5}
6