mirror of
https://github.com/m5stack/M5Utility.git
synced 2026-05-20 11:27:29 -07:00
8 lines
107 B
C++
8 lines
107 B
C++
#include <gtest/gtest.h>
|
|
#include <m5_utility/stl/expected.hpp>
|
|
|
|
TEST(Expected, Constexpr)
|
|
{
|
|
// TODO
|
|
}
|