opnsense-src/test/LLVMC/test_data/false2.cpp
2009-11-18 14:58:34 +00:00

5 lines
60 B
C++

#include <string>
std::string test2() {
return "lo";
}