|
// 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
|