summaryrefslogtreecommitdiff
path: root/tests/headers/objc_sel_and_id.h
blob: 6491a541c6adfcb8fd789a346f0deb82e2f54e9b (plain)
1
2
3
4
5
6
7
// bindgen-flags: -- -x objective-c
// bindgen-osx-only

id object;
SEL selector;

void f(id object, SEL selector);