1 // bindgen-flags: -- -x objective-c 2 // bindgen-osx-only 3 4 id object; 5 SEL selector; 6 7 void f(id object, SEL selector); 8