rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20030219-1.c

7 lines
108 B
C

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