opnsense-src/test/LLVMC/test_data/false2.cpp
2009-06-02 17:52:33 +00:00

6 lines
75 B
C++

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