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

namespace gen {
  void baz() {
    printf("hello baz\n");
  }
}