OSDN Git Service

PR tree-optimization/33597
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pch / struct-1.c
1 /* { dg-require-effective-target int32plus } */
2 #include "struct-1.h"
3
4 struct ChainSearchRecord {
5  int identity;
6 };
7 typedef struct ChainSearchRecord ChainSearchRecord;
8 void foo (ChainSearchPtr s)
9 {
10   s->identity = 0x6a73616d;
11 }
12