about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/c-compiles/c-compiles.c
blob: 2d3a4d742c30f4970a376d103cc947e06766466b (plain) (blame)
1
int add_five(int x) { return x + 5; }