diff options
Diffstat (limited to 'meson/test cases/common/45 custom install dirs/sample.h')
-rw-r--r-- | meson/test cases/common/45 custom install dirs/sample.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meson/test cases/common/45 custom install dirs/sample.h b/meson/test cases/common/45 custom install dirs/sample.h new file mode 100644 index 000000000..dc030dac1 --- /dev/null +++ b/meson/test cases/common/45 custom install dirs/sample.h @@ -0,0 +1,6 @@ +#ifndef SAMPLE_H +#define SAMPLE_H + +int wackiness(); + +#endif |