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