August 05, 2005
Test case:

# void main()
# {
#     synchronized( foo )
#     {
#
#     }
# }


August 06, 2005
Sean Kelly schrieb:
> Test case:
> 
> # void main()
> # {
> #     synchronized( foo )
> #     {
> #
> #     }
> # }
> 
> 

Added to DStress as http://dstress.kuehne.cn/nocompile/s/synchronized_02_A.d http://dstress.kuehne.cn/nocompile/s/synchronized_02_B.d http://dstress.kuehne.cn/nocompile/s/synchronized_02_C.d

Thomas