cpp-ipc/test/test_imp_span.cpp
2022-10-16 20:10:41 +08:00

7 lines
73 B
C++

#include "gtest/gtest.h"
#include "libimp/span.h"
TEST(span, span) {
}