mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-25 21:00:03 +03:00
15 lines
85 B
D
15 lines
85 B
D
unittest
|
|
{
|
|
do
|
|
++a;
|
|
while (true);
|
|
}
|
|
|
|
unittest
|
|
{
|
|
do
|
|
{
|
|
++a;
|
|
}
|
|
while (true);
|
|
}
|