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

using namespace std;

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