shm.c   [plain text]


foo (int *p)
{
  int a = *p;
  return a >> 24;
}