mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
8 lines
176 B
D
8 lines
176 B
D
// https://issues.dlang.org/show_bug.cgi?id=23626
|
|
// EXTRA_SOURCES: extra-files/test23626a.d extra-files/test23626b.d
|
|
module test23626;
|
|
|
|
struct StaticHashTable(V)
|
|
{
|
|
V v;
|
|
}
|