* testsuite/libgomp.fortran/vla7.f90: Add -w to options.
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / decl-4.hs
blob3fb220032e048189ef4801e426fe2129cddc443d
1 typedef struct foo {
2 int a;
3 char b;
4 struct foo *c;
5 } foo_s;
6 typedef struct foo *foo_p;
7 extern foo_p foop;