1 // bindgen-flags: --new-type-alias "SomePtr" --new-type-alias-deref "AnotherPtr"
2 
3 typedef int OSStatus;
4 typedef void* SomePtr;
5 typedef void* AnotherPtr;