blob: 92f732344a361d739a7d63827c330c2b3a69c580 [file] [log] [blame]
static int grbxx __attribute__ ((section (".data03"))) = 'g' + 'r' + 'b' + 'x';
int grbx (int x)
{
if (x)
return grbxx;
else
return 0;
}