summaryrefslogtreecommitdiffstats
path: root/test/Index/t2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Index/t2.c')
-rw-r--r--test/Index/t2.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/Index/t2.c b/test/Index/t2.c
deleted file mode 100644
index bf52869..0000000
--- a/test/Index/t2.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#include "foo.h"
-
-int global_var = 10;
-
-void bar_func(void) {
- global_var += 100;
- foo_func(global_var);
-
- struct MyStruct *ms;
- ms->field_var = 10;
-}
-
-// Suppress 'no run line' failure.
-// RUN: true
OpenPOWER on IntegriCloud