blob: 30d4cb293d27ed90fd94463c294c8c3282402a13 [file] [log] [blame]
bool foo(char c)
{
if (c == 'a')
{
return true;
}
else
{
return false;
}
}