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