]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr51957-1.h
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr51957-1.h
CommitLineData
93bcc8c9
JJ
1union R { int c; union R *p; };
2extern union R *w[];
3typedef struct { int t; } T;
4typedef struct { void *u; } U;
5union R *fn1 (void);
6void fn2 (int, const char *, union R *);
7void fn3 (void);
8int fn4 (union R *);
9void foo (U *x);