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