view test/sync1.d @ 269:967178e31a13 trunk

[svn r290] Forgot to remove a #define in mem.c
author lindquist
date Sun, 15 Jun 2008 18:57:11 +0200
parents 61615fa85940
children
line wrap: on
line source

module sync1;

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