blob: a4c8eea95f3fea14485495341a1d7ff91da862b6 [file] [log] [blame]
// -*- mode: c++ -*-
#include <iostream>
using std::cout;
using std::endl;
namespace gen {
void c() {
cout << "hi c" << endl;
}
}