summaryrefslogtreecommitdiff
path: root/deps/gyp/test/rules-dirname/src/subdir/nodir.gencc
blob: 720f589bc2cb8c98dfd8c84636d57a66bf9ce10b (plain)
1
2
3
4
5
6
7
8
// -*- mode: c++ -*-
#include <stdio.h>

namespace gen {
  void nodir() {
    printf("no dir here\n");
  }
}