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

5 lines
56 B
C

f ()
{
return (*(volatile unsigned int *)8000) / 3;
}