dfmt/tests/allman/issue0521.d.ref

18 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;
}