summaryrefslogtreecommitdiff
path: root/tests/headers/abi_variadic_function.hpp
blob: 2141535c7a69046ba562a003b0b3d1883924e41e (plain)
1
2
3
4
// bindgen-flags: -- -std=c++11

char __attribute__((ms_abi)) a(char, ...);
char b(char, ...);