blob: acd12fd90778bf971f62a27df91c4b5e4227bb01 [file] [log] [blame]
int
foo (int *p)
{
int a = *p;
return a >> 24;
}