1 // bindgen-flags: --override-abi=foo=fastcall --override-abi=bar=stdcall 2 3 void foo(); 4 void bar(); 5 void baz(); 6