#include "document.h" #include "regex.h" int main() { YAML::Document doc("test.yaml"); return 0; }