Sign in
apache
/
trafficserver
/
refs/heads/master
/
.
/
lib
/
yamlcpp
/
test
/
cmake
/
main.cpp
blob: bce9ea62cd4b3f30e7b100d371c594184b8b14da [
file
]
#include
"yaml-cpp/yaml.h"
int
main
(
int
,
char
**)
{
YAML
::
Parser
foo
{};
}