v2 / vlib / v / checker / tests / ctdefine.vv
6 lines · 5 sloc · 77 bytes · 757929392e0e7a75fc1272116460981e589737d5
Raw
1module notmain
2
3@[if test]
4fn only_called_in_test() string {
5 return 'bah'
6}
7