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