Files
YYCCommonplace/testbench/yycc/rust/num/stringify.cpp

15 lines
327 B
C++

#include <gtest/gtest.h>
#include <yycc.hpp>
#include <yycc/rust/num/stringify.hpp>
#include <yycc/prelude/rust.hpp>
#define STRINGIFY ::yycc::string::stringify
namespace yycctest::rust::stringify {
// There is not testbench for this
// because it just a map to original implementation without any modification.
}