summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/issue-1488-options.h
blob: fba1c93baca402fe423de1559c6929efc3ec7574 (plain)
1
2
3
4
5
// bindgen-flags: --new-type-alias "SomePtr" --new-type-alias-deref "AnotherPtr"

typedef int OSStatus;
typedef void* SomePtr;
typedef void* AnotherPtr;