aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/930117-1.c
blob: 06466f5e58716b349951edcf05593e93ff07ff44 (plain)
1
2
3
4
5
6
/* { dg-require-effective-target indirect_calls } */

f(x)
{
  (*(void (*)())&x)();
}