about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/cc_haskell_import/cbits.c
blob: 587d26ba28aab6e1cc1776a8c447a85de7139afc (plain) (blame)
1
2
3
4
5
#include <stdint.h>

int32_t c_add_one(int32_t x) {
  return 1 + x;
}