blob: 8c5c052049a6e84076a4cd7a4b7789dbfb6647a7 [file] [log] [blame]
/* { dg-lto-do assemble } */
void baz(void) {}
void *y = (void *)baz;
int main () { return 0; }