Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / tools / gyp / test / rules-dirname / src / subdir / main.cc
index bacc568..3bb8e01 100644 (file)
@@ -2,11 +2,13 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 namespace gen {
+  extern void nodir();
   extern void c();
   extern void baz();
 }
 
 int main() {
+  gen::nodir();
   gen::c();
   gen::baz();
 }