aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/redecl-19.c
blob: 08e1146cae4d4b54c2000ccce5eda6741c41810f (plain)
1
2
3
4
5
/* We used to ICE in the gimplifier, PR 106764 */
/* { dg-do compile } */
/* { dg-options "-fpermissive -w" } */
(*a)(); // { dg-note "" }
b(){a()} a; // { dg-error "" }