mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
8 lines
130 B
D
8 lines
130 B
D
// https://issues.dlang.org/show_bug.cgi?id=22390
|
|
|
|
int main()
|
|
{
|
|
noreturn[] empty;
|
|
assert(empty == empty);
|
|
return 0;
|
|
}
|