1 2 3 4 5 6 7
// bindgen-flags: --no-namespaced-constants namespace foo { const int FOO = 4; } namespace bar { const int FOO = 5; }