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