1 // bindgen-flags: --enable-cxx-namespaces -- -std=c++2a 2 3 namespace ranges::inline foo::bar { 4 static int bar = 0; 5 } 6