mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-29 16:19:02 +02:00
8 lines
82 B
D
8 lines
82 B
D
module tangotests.sync1;
|
|
|
|
void main()
|
|
{
|
|
size_t id;
|
|
synchronized id = 4;
|
|
}
|