// -*- mode: c++ -*-
#include <stdio.h>

namespace gen {
  void baz() {
    printf("hello baz\n");
  }
}
