summaryrefslogtreecommitdiff
path: root/test/regression/struct10.c
blob: 7ae6bb0d36e7b1850b92c5124e18f45f9fb330fc (plain)
1
2
3
4
5
typedef struct xs X;

struct xs {
  X *x; 
} x0;