mirror of
https://github.com/openharmony/third_party_rust_bindgen.git
synced 2026-08-26 21:21:14 -04:00
8fbe7eb12b
Fixes #2293
6 lines
117 B
C++
6 lines
117 B
C++
// bindgen-flags: --enable-cxx-namespaces -- -std=c++2a
|
|
|
|
namespace ranges::inline foo::bar {
|
|
static int bar = 0;
|
|
}
|