vxx2 / vlib / v / checker / tests / template_call_position.vv
5 lines · 4 sloc · 69 bytes
Raw
1module main
2
3fn main() {
4 $tmpl('template_call_position_test.txt')
5}
6