blob: dd994f54ed0f570de6842b04a9bb63fe0aed3b49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// comment above HashStmt
#flag -I @VROOT/c
#flag @VROOT/c/implementation.o
#include "@VROOT/c/implementation.h"
// comment between with newlines around
#include "header.h"
// comment between without newlines
#include "sqlite3.h"
// comment directly after the HsahStmt
|