blob: 0d0b0ccac23ae417dd26585fbe33985589dcf837 [file] [log] [blame]
// bindgen-flags: --whitelist-type Baz
struct Bar {
const int m_baz;
Bar(int baz);
};
class Baz {
static const Bar FOO[];
};