blob: d0abda540d877a63528e0c66b03d7113399cad16 [file] [log] [blame]
// bindgen-flags: --whitelist-function 'Servo_.*' --blacklist-type Test --raw-line "pub enum Test {}"
struct Test {};
extern "C" void Servo_Test(Test* a);