mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
6 lines
100 B
C
6 lines
100 B
C
// EXTRA_SOURCES: imports/test23034b.c
|
|
|
|
struct S1 {
|
|
int field1;
|
|
};
|
|
struct S1 *const unused;
|