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