v2 / vlib / v / scanner / tests / shebang_outside_vsh_err.out
7 lines · 7 sloc · 218 bytes · 144b57c4b79e69409e15dbcdb5d7e4161c954e0d
Raw
1vlib/v/scanner/tests/shebang_outside_vsh_err.vv:3:1: error: a shebang is only valid at the top of the file
2 1 | module foo
3 2 |
4 3 | #!/usr/bin/env -S v
5 | ~~~~~~~~~~~~~~~~~~~
6 4 |
7 5 | import os
8