dfmt/tests/knr/issue0521.d.ref

17 lines
150 B
Plaintext

public int f() return
in (true)
{
return 0;
}
public int g() return
out (; true)
{
return 0;
}
public int h() return
body {
return 0;
}