cc -Wall -g -I deps/picotest deps/picotest/picotest.c test-yoml.c -lyaml -o test-yoml
test-yoml.c: In function ‘parse’:
test-yoml.c:35:11: error: t
doc = yoml_parse_document(&parser, NULL, NULL, fn);
^~~~~~~~~~~~~~~~~~~
In file included from test-yoml.c:24:
yoml-parser.h:361:23: note: declared here
static inline yoml_t *yoml_parse_document(yaml_parser_t *parser, yaml_event_type_t *unhandled, yoml_parse_args_t *parse_args)
^~~~~~~~~~~~~~~~~~~
make: *** [Makefile:2: test] Error 1