g++.dg/cpp1y/vla11.C...
[gcc.git] / gcc / testsuite / g++.dg / abi / empty17a.c
1 #include "empty17.h"
2 void fun(struct dummy d, struct foo f)
3 {
4 if (f.i1 != -1)
5 __builtin_abort();
6 }