Files
M5Utility/test/expected/constexpr.cpp
T

8 lines
107 B
C++
Raw Permalink Normal View History

2024-08-08 14:30:50 +09:00
#include <gtest/gtest.h>
#include <m5_utility/stl/expected.hpp>
2024-09-25 18:24:01 +09:00
TEST(Expected, Constexpr)
{
2024-08-08 14:44:12 +09:00
// TODO
2024-08-08 14:30:50 +09:00
}