blob: ef8446435b1f4e63845e60e190999d245a175cea [file] [log] [blame]
int
f (void)
{
return (*(volatile unsigned int *)8000) / 3;
}