v/cmd/tools/vvet/tests/indent_with_space.vv

14 lines
213 B
V

fn main() {
_ = 1 == 2
}
fn block_comments() {
/* tab to indent the comment
spaces before
also spaces before
same here */
/* spaces for comment indentation (ouch)
and inside too
*/
}