celestia/checks/cxxsv.cpp

7 lines
72 B
C++

#include <string_view>
int main()
{
std::string_view sv("test");
}