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