mirror of
https://github.com/TartanLlama/optional.git
synced 2026-01-25 16:42:20 +01:00
5 lines
80 B
C++
5 lines
80 B
C++
|
|
#include "catch.hpp"
|
||
|
|
#include "optional.hpp"
|
||
|
|
|
||
|
|
TEST_CASE("Hashing", "[hash]") {}
|