mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
5 lines
60 B
C++
5 lines
60 B
C++
#include <string>
|
|
|
|
std::string test2() {
|
|
return "lo";
|
|
}
|