mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
8 lines
115 B
D
8 lines
115 B
D
// https://issues.dlang.org/show_bug.cgi?id=23705
|
|
|
|
// DISABLED: win32
|
|
|
|
void main ()
|
|
{
|
|
ubyte [0x7fff_fffe] x;
|
|
}
|