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