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