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, 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 000000000000..2d3a4d742c30 --- /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; } |