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

5 lines
87 B
C

/* https://issues.dlang.org/show_bug.cgi?id=22887
*/
enum A { a };
typedef enum A B;