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