summaryrefslogtreecommitdiffstats
path: root/Tests/GeneratorExpression/srcgenex_flags.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/GeneratorExpression/srcgenex_flags.c')
-rw-r--r--Tests/GeneratorExpression/srcgenex_flags.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/Tests/GeneratorExpression/srcgenex_flags.c b/Tests/GeneratorExpression/srcgenex_flags.c
deleted file mode 100644
index 3de2b12..0000000
--- a/Tests/GeneratorExpression/srcgenex_flags.c
+++ /dev/null
@@ -1,12 +0,0 @@
-int srcgenex_flags(void)
-{
- return 0;
-}
-
-int main(int argc, char* argv[])
-{
-#ifndef NAME
-#error NAME not defined
-#endif
- return NAME();
-}