dmd/compiler/test/compilable/test21225.c
2025-04-14 16:37:38 +08:00

7 lines
122 B
C

// https://github.com/dlang/dmd/issues/21225
void x(void){
}
#define x 3
typedef struct Foo {int y; } foo;
#define foo 3