summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/objc_escape.h
blob: 184d1da8b1b8a1a20631a98e69ac9e42507bc600 (plain)
1
2
3
4
5
6
// bindgen-flags: -- -x objective-c
// bindgen-osx-only

@interface A
-(void)f:(int)arg1 as:(int)arg2;
@end