blob: 9e6c6de95da3579d219010d5bd8e5fc8cef1a11c [file] [log] [blame]
int main()
{
if( foo == bar )
{ /* this works */
a;
}else
if( ranz != bar )
{ /* this works too */
b;
}else
{ /* this is broken */
c;
}
}