aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/20030219-1.c
blob: ecc943f77372ccb7fca1979db743cf3671d1fc41 (plain)
1
2
3
4
5
6
int global_one;

void clobber_register()
{
  *(volatile unsigned char *)(0xE0000000 * global_one) = 0x00;
}