aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/abi/arm_va_list2.h
blob: ebfb2deacbd64523e00563d764688607e86c527b (plain)
1
2
3
4
// The mangling of va_list changed in GCC 4.4.  We want to warn about
// that -- but not in a system header.
#pragma GCC system_header
void f(va_list) {}