This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / struct-1.c
blobd6c03e7b84df92fd6d355776013d6ce75a8f0191
1 #include "struct-1.h"
3 struct ChainSearchRecord {
4 int identity;
5 };
6 typedef struct ChainSearchRecord ChainSearchRecord;
7 void foo (ChainSearchPtr s)
9 s->identity = 0x6a73616d;