summaryrefslogtreecommitdiffstats
path: root/Tests/GeneratorExpression/srcgenex_includes.c.in
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/GeneratorExpression/srcgenex_includes.c.in')
-rw-r--r--Tests/GeneratorExpression/srcgenex_includes.c.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/Tests/GeneratorExpression/srcgenex_includes.c.in b/Tests/GeneratorExpression/srcgenex_includes.c.in
new file mode 100644
index 0000000..b48d7df
--- /dev/null
+++ b/Tests/GeneratorExpression/srcgenex_includes.c.in
@@ -0,0 +1,12 @@
+
+#include "@TARGET_NAME@.h"
+
+int @TARGET_NAME@(void)
+{
+ return 0;
+}
+
+int main(int argc, char* argv[])
+{
+ return @TARGET_NAME@();
+}