blob: bb25efca58649e7aa0ecef2bad1b120fa2d16667 [file]
/* { dg-do compile } */
/* { dg-options "-std=c23" } */
struct s1 {
int f1;
};
struct s2 {
int f2;
};
struct s1 f(struct s2 *);
struct s1 {
int f1;
};
struct s2 {
int f2;
};
struct s1 f(struct s2 *);