aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/shm.c
blob: acd12fd90778bf971f62a27df91c4b5e4227bb01 (plain)
1
2
3
4
5
6
int
foo (int *p)
{
  int a = *p;
  return a >> 24;
}