RetroQUEST/gdlibretro/extern/yaml-cpp/test/cmake/main.cpp

4 lines
74 B
C++
Raw Normal View History

#include "yaml-cpp/yaml.h"
int main(int, char**) { YAML::Parser foo{}; }