summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pch/decl-4.hs
blob: 3fb220032e048189ef4801e426fe2129cddc443d (plain)
1
2
3
4
5
6
7
typedef struct foo {
  int a;
  char b;
  struct foo *c;
} foo_s;
typedef struct foo *foo_p;
extern foo_p foop;