mirror of
https://github.com/boostorg/hof.git
synced 2026-01-23 17:42:40 +00:00
8 lines
155 B
C++
8 lines
155 B
C++
#include <fit/identity.h>
|
|
#include "test.h"
|
|
|
|
FIT_TEST_CASE()
|
|
{
|
|
FIT_STATIC_TEST_CHECK(fit::identity(10) == 10);
|
|
FIT_TEST_CHECK(fit::identity(10) == 10);
|
|
} |