Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / tools / gyp / test / rules-dirname / src / subdir / foo / bar / baz.gencc
1 // -*- mode: c++ -*-
2 #include <stdio.h>
3
4 namespace gen {
5   void baz() {
6     printf("hello baz\n");
7   }
8 }