aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/pr66068.c
blob: d9cd9050e8d702517a5055d7ed6c4327c52d70df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* { dg-do compile } */

struct S a;
const struct S b;
struct S
{
};

union U c;
const union U d;
union U
{
};