v2 / vlib / v / fmt / tests / hashstmt_keep.vv
18 lines · 13 sloc · 398 bytes · 9ae0a9db9b124d46d00a31fd44190a212b8dc8c2
Raw
1// comment above HashStmt
2#flag -I @VMODROOT/c
3#flag @VMODROOT/c/implementation.o
4
5#include "@VMODROOT/c/implementation.h"
6
7// comment between with newlines around
8
9#include "header.h"
10// comment between without newlines
11#include "sqlite3.h"
12// comment directly after the HsahStmt
13
14@[another; use_once]
15#define SOME_SINGLE_HEADER_IMPL 1
16
17@[custom_tag; use_once]
18#flag -I @VMODROOT/c/something/else
19