summaryrefslogtreecommitdiff
path: root/test cases/cmake/4 code gen/main.cpp
blob: 3ddbf636b95033d03c2bc6101bbf6c8c619ea397 (plain)
1
2
3
4
5
6
7
8
#include <iostream>
#include "test.hpp"

using namespace std;

int main() {
  cout << getStr() << endl;
}