mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-25 13:25:37 +00:00
7 lines
109 B
C++
7 lines
109 B
C++
#include <catch2/catch.hpp>
|
|
#include <tl/expected.hpp>
|
|
|
|
TEST_CASE("Constexpr", "[constexpr]") {
|
|
//TODO
|
|
}
|