blob: 2c5977fe9982de7030bb8755a0f6caefcfb9b3d5 [file] [log] [blame]
/*
REQUIRED_ARGS: -inline
PERMUTE_ARGS: -release -O
*/
// https://issues.dlang.org/show_bug.cgi?id=17072
import core.thread;
void main()
{
Thread.sleep(dur!"msecs"(0));
}