blob: fba1c93baca402fe423de1559c6929efc3ec7574 [file] [log] [blame]
// bindgen-flags: --new-type-alias "SomePtr" --new-type-alias-deref "AnotherPtr"
typedef int OSStatus;
typedef void* SomePtr;
typedef void* AnotherPtr;