1 2 3 4 5 6 7
// bindgen-flags: --enable-cxx-namespaces namespace ns { enum class AB { A, B }; } using AB = ns::AB; static const AB kA = AB::A;