mirror of
https://github.com/TartanLlama/optional.git
synced 2025-10-04 00:41:02 +02:00
5 lines
93 B
C++
5 lines
93 B
C++
#include "catch.hpp"
|
|
#include "optional.hpp"
|
|
|
|
TEST_CASE("Constructors", "[constructors]") {}
|