mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-25 21:00:03 +03:00
17 lines
150 B
D
17 lines
150 B
D
public int f() return
|
|
in (true)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
public int g() return
|
|
out (; true)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
public int h() return
|
|
body
|
|
{
|
|
return 0;
|
|
}
|