1 // bindgen-flags: --enable-cxx-namespaces 2 namespace foo { 3 const int FOO = 4; 4 } 5 namespace bar { 6 const int FOO = 5; 7 } 8