summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CompileFeatures/main.c')
-rw-r--r--Tests/CompileFeatures/main.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/Tests/CompileFeatures/main.c b/Tests/CompileFeatures/main.c
deleted file mode 100644
index 831c5eb2..0000000
--- a/Tests/CompileFeatures/main.c
+++ /dev/null
@@ -1,12 +0,0 @@
-
-int foo(int * restrict a, int * restrict b)
-{
- (void)a;
- (void)b;
- return 0;
-}
-
-int main()
-{
- return 0;
-}