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