blob: cc10685448b52566dbe7da8f46c2882dbc40cc93 [file] [log] [blame]
/* We used to ICE in the gimplifier, PR 106764 */
/* { dg-do compile } */
/* { dg-options "-w" } */
(*a)(); // { dg-note "" }
b(){a()} a; // { dg-error "" }