mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-13 11:23:14 +01:00
8 lines
82 B
D
8 lines
82 B
D
module tangotests.sync1;
|
|
|
|
void main()
|
|
{
|
|
size_t id;
|
|
synchronized id = 4;
|
|
}
|