mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
8 lines
184 B
C
8 lines
184 B
C
// https://issues.dlang.org/show_bug.cgi?id=23217
|
|
|
|
typedef struct {
|
|
int a,b,c;
|
|
} code;
|
|
|
|
const code array[2] = { {96,7,0}, {0,8,80} };
|
|
const code distfix[2] = { {22,5,193},{64,5,0} };
|