diff options
| author | Alejandro Sior <aho@sior.be> | 2022-08-03 16:10:58 +0200 |
|---|---|---|
| committer | Alejandro Sior <aho@sior.be> | 2022-08-03 16:10:58 +0200 |
| commit | 938de3acc4a0972cff01d12a9549222c23c1a656 (patch) | |
| tree | 28aa4d31cea245873f94f61b72d788873c8aaeea /test/hai.h | |
| parent | 65f13dba60cab28c5b6cae2d72b792ade51c86c8 (diff) | |
cook: add C compiler, manage header dependencies
Diffstat (limited to 'test/hai.h')
| -rw-r--r-- | test/hai.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/hai.h b/test/hai.h new file mode 100644 index 0000000..12e75bc --- /dev/null +++ b/test/hai.h @@ -0,0 +1,3 @@ +int varchanged = 4; + +// header changed!
\ No newline at end of file |
