]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr59963-3.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr59963-3.c
CommitLineData
81e5eca8
MP
1/* PR c/59963 */
2/* { dg-do compile } */
3/* { dg-options "-Wconversion" } */
4
5extern void foo (void *p);
6
7void
8bar (void)
9{
10 {
11 /* This must not ICE. */
12 int i __attribute__((cleanup (foo)));
13 }
14}