1// -*- mode: c++ -*-
2#include <stdio.h>
3
4namespace gen {
5  void baz() {
6    printf("hello baz\n");
7  }
8}
9