meson/test cases/cmake/4 code gen/main.cpp

9 lines
110 B
C++
Raw Normal View History

2019-02-23 19:18:33 +08:00
#include <iostream>
#include "test.hpp"
using namespace std;
2019-11-19 04:21:37 +08:00
int main(void) {
2019-02-23 19:18:33 +08:00
cout << getStr() << endl;
}