forked from TartanLlama/expected
7 lines
99 B
C++
7 lines
99 B
C++
#include "catch.hpp"
|
|
#include "expected.hpp"
|
|
|
|
TEST_CASE("Constexpr", "[constexpr]") {
|
|
//TODO
|
|
}
|