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