diff options
Diffstat (limited to 'meson/test cases/common/134 compute int/foobar.h')
-rw-r--r-- | meson/test cases/common/134 compute int/foobar.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meson/test cases/common/134 compute int/foobar.h b/meson/test cases/common/134 compute int/foobar.h new file mode 100644 index 000000000..fd3cb5ea6 --- /dev/null +++ b/meson/test cases/common/134 compute int/foobar.h @@ -0,0 +1,6 @@ +#ifndef __FOOBAR_H__ +#define __FOOBAR_H__ + +#define FOOBAR_IN_FOOBAR_H 10 + +#endif /*__FOOBAR_H__*/ |