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, 1 insertions, 0 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
new file mode 100644
index 0000000000..2d3a4d742c
--- /dev/null
+++ b/third_party/bazel/rules_haskell/tests/c-compiles/c-compiles.c
@@ -0,0 +1 @@
+int add_five(int x) { return x + 5; }