blob: 633a7c90778ac9398a33bedb35b48e70fb7c6c4e [file] [log] [blame]
// bindgen-unstable
const bool k = true;
struct A {
static const bool k = false;
};
typedef bool foo;
const foo k2 = true;