5 lines
81 B
C++
5 lines
81 B
C++
#include "test.h"
|
|
|
|
bool tautology() { return true; }
|
|
CXXMPH_TEST_CASE(tautology)
|