dfmt/tests/return_attr.d

6 lines
50 B
D

int foo() @nogc return
{
}
int foo() @nogc in ()