about summary refs log tree commit diff
path: root/pkgs/test/cc-wrapper/nostdinc-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/test/cc-wrapper/nostdinc-main.c')
-rw-r--r--pkgs/test/cc-wrapper/nostdinc-main.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/test/cc-wrapper/nostdinc-main.c b/pkgs/test/cc-wrapper/nostdinc-main.c
deleted file mode 100644
index f71d155b1b27..000000000000
--- a/pkgs/test/cc-wrapper/nostdinc-main.c
+++ /dev/null
@@ -1,8 +0,0 @@
-// This one should not come from libc because of -nostdinc
-#include <stdio.h>
-
-int main(int argc, char *argv[]) {
-  // provided by our own stdio.h
-  foo();
-  return 0;
-}