module sync1; void main() { int i; int j; synchronized j = i; }