diff options
Diffstat (limited to 'Tests/GeneratorExpression/srcgenex_includes.h.in')
-rw-r--r-- | Tests/GeneratorExpression/srcgenex_includes.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/GeneratorExpression/srcgenex_includes.h.in b/Tests/GeneratorExpression/srcgenex_includes.h.in new file mode 100644 index 0000000..2259ca6 --- /dev/null +++ b/Tests/GeneratorExpression/srcgenex_includes.h.in @@ -0,0 +1,7 @@ + +#if !defined @TARGET_NAME@_H +#define @TARGET_NAME@_H + +int @TARGET_NAME@(void); + +#endif |