summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/allowlist_fix.hpp
blob: ff810fc6e0be263139a4b13b98a7d30ef646be13 (plain)
1
2
3
4
// bindgen-flags: --allowlist-function 'Servo_.*' --blocklist-type Test --raw-line "pub enum Test {}"

struct Test {};
extern "C" void Servo_Test(Test* a);