blob: 7252f432bf1c1b56b3162defd1a230eff9108887 [file] [log] [blame]
package test;
public class Test
{
public static void main (String[] args)
{
if (1 == 1)
x = y;
else
y = x;
}
}