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