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

namespace gen {
  void c() {
    printf("hi c\n");
  }
}