10 lines
195 B
C++
10 lines
195 B
C++
|
#include <gtest/gtest.h>
|
||
|
#include <yycc.hpp>
|
||
|
#include <yycc/carton/pycodec.hpp>
|
||
|
#include "../../shared/literals.hpp"
|
||
|
|
||
|
#define ENC ::yycc::carton::pycodec
|
||
|
|
||
|
namespace yycctest::carton::pycodec {
|
||
|
|
||
|
}
|