Project

General

Profile

Bug #416 » b.c

second file to check that different files are ok - Pavel Shved, 09/06/2010 11:24 AM

 

int main()
{
int a = 5;
int b = 4;
if (a < b) error();
}

(5-5/5)