1 #include "base.h"
2 
bar()3 void FooNS::bar() {
4     x = 54321;
5 }
6 
7