dfmt/tests/otbs/issue0521.d.ref

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