dmd/compiler/test/compilable/test23002.c
2022-07-09 18:53:07 +02:00

7 lines
127 B
C

/* https://issues.dlang.org/show_bug.cgi?id=23002
*/
typedef int x;
struct S { x x; };
struct T { x *x; };
union U { x x; };