blob: 00102ac343a389d76c111a5d1566b1be3fe98182 [file] [edit]
// bindgen-flags: --extern-block-attrs '#[allow(dead_code)]'
void test_function();
extern int test_var;
extern const int test_const_var;