File: am_testing.c

package info (click to toggle)
ppx-inline-test 0.17.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 364 kB
  • sloc: ml: 1,367; makefile: 15; javascript: 3; ansic: 2; sh: 2
file content (3 lines) | stat: -rw-r--r-- 82 bytes parent folder | download | duplicates (2)
1
2
3
#include <caml/mlvalues.h>

CAMLprim value Base_am_testing() { return Val_true; }