1 2 3 4 5 6 7 8 9
// bindgen-unstable const bool k = true; struct A { static const bool k = false; }; typedef bool foo; const foo k2 = true;