mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-26 13:19:58 +03:00
15 lines
115 B
Text
15 lines
115 B
Text
unittest
|
|
{
|
|
do
|
|
++a;
|
|
while (true);
|
|
}
|
|
|
|
unittest
|
|
{
|
|
do
|
|
{
|
|
++a;
|
|
}
|
|
while (true);
|
|
}
|