v/vlib/v/checker/tests/ctdefine.vv

7 lines
76 B
V

module notmain
[if test]
fn only_called_in_test() string {
return 'bah'
}