aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/20080820-1.c
blob: a4d4375ad2ee1bb085e3fa076f04aeb232983306 (plain)
1
2
3
4
5
extern unsigned long volatile jiffies;
void do_timer(void)
{
  (*(unsigned long *)&jiffies)++;
}