blob: 57680a6d99fee7aa5195f31dacb25f9cc7f2ae14 [file] [log] [blame]
auto elseifchain()
{
bool a,b,c;
if (a)
{
}
else if (b)
{
}
else if (c)
{
}
}