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