diff options
Diffstat (limited to 'meson/test cases/common/149 dotinclude/stdio.h')
-rw-r--r-- | meson/test cases/common/149 dotinclude/stdio.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meson/test cases/common/149 dotinclude/stdio.h b/meson/test cases/common/149 dotinclude/stdio.h new file mode 100644 index 000000000..b6bd09fc4 --- /dev/null +++ b/meson/test cases/common/149 dotinclude/stdio.h @@ -0,0 +1,6 @@ +// There is no #pragma once because we _want_ to cause an eternal loop +// if this wrapper invokes itself. + +#define WRAPPER_INCLUDED + +#include<stdio.h> |