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