about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/c-compiles/c-compiles.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/c-compiles/c-compiles.c')
-rw-r--r--third_party/bazel/rules_haskell/tests/c-compiles/c-compiles.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/bazel/rules_haskell/tests/c-compiles/c-compiles.c b/third_party/bazel/rules_haskell/tests/c-compiles/c-compiles.c
deleted file mode 100644
index 2d3a4d742c..0000000000
--- a/third_party/bazel/rules_haskell/tests/c-compiles/c-compiles.c
+++ /dev/null
@@ -1 +0,0 @@
-int add_five(int x) { return x + 5; }