summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/call-conv-typedef.h
blob: 3b911ddae5dbd9c0e54b00ede08524958e202967 (plain)
1
2
3
4
5
// bindgen-flags: --raw-line "#![cfg(not(test))]" -- --target=i686-pc-win32


typedef void (__stdcall *void_fn)();
typedef void_fn (__stdcall *fn)(int id);