1 /* Test -Wno-pointer-to-int-cast. */
2 /* Origin: Joseph Myers <joseph@codesourcery.com> */
3 /* { dg-do compile } */
4 /* { dg-options "-Wno-pointer-to-int-cast" } */
20 return (void *) c
; /* { dg-warning "cast to pointer from integer of different size" } */