mirror of
https://github.com/TartanLlama/expected.git
synced 2026-01-25 16:42:20 +01:00
7 lines
99 B
C++
7 lines
99 B
C++
|
|
#include "catch.hpp"
|
||
|
|
#include "expected.hpp"
|
||
|
|
|
||
|
|
TEST_CASE("Constexpr", "[constexpr]") {
|
||
|
|
//TODO
|
||
|
|
}
|