refactor: migrate rust-like ops.
- migrate rust-like ops. - migrate testbench for them but not finished.
This commit is contained in:
9
testbench/yycc/num/safe_cast.cpp
Normal file
9
testbench/yycc/num/safe_cast.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#include <gtest/gtest.h>
|
||||
#include <yycc.hpp>
|
||||
#include <yycc/num/safe_cast.hpp>
|
||||
|
||||
namespace yycctest::num::safe_cast {
|
||||
|
||||
// TODO: Add testbench
|
||||
|
||||
}
|
Reference in New Issue
Block a user