blob: 2553607d5ec1e0e82bb6152c3ee8c4acb8aa2a21 [file] [log] [blame]
static int foox = 'f' + 'o' + 'o';
int foo (int x)
{
if (x)
return foox;
else
return 0;
}