dmd/compiler/test/compilable/test12979a.d
2023-05-10 23:19:39 +02:00

4 lines
56 B
D

void parse()
{
asm pure nothrow @nogc @trusted {}
}