4 строки
67 B
C++
4 строки
67 B
C++
|
|
#include <gtest/gtest.h>
|
||
|
|
|
||
|
|
TEST(first, test) { ASSERT_TRUE(true); }
|