yaml-cpp/test/cmake/main.cpp

4 lines
74 B
C++
Raw Normal View History

2023-08-17 16:42:20 +03:00
#include "yaml-cpp/yaml.h"
int main(int, char**) { YAML::Parser foo{}; }