v/vlib/v/tests/nested_multiline_comments_t...

6 lines
79 B
V

fn test_nested_multiline_comments() {
/*//println(os.args)
*/
assert true
}