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

id object;
SEL selector;

void f(id object, SEL selector);