No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / 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;