6 lines
93 B
C++
6 lines
93 B
C++
#include <gtest/gtest.h>
|
|
#include <m5_utility/stl/optional.hpp>
|
|
|
|
TEST(Optional, Hashing)
|
|
{
|
|
}
|