diff options
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.c | 1 |
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 2d3a4d742c30..000000000000 --- 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; } |