1// bindgen-flags: --enable-cxx-namespaces -- -std=c++14 2 3namespace foo::bar { 4 typedef int bar; 5} 6