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