(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
pr45721_0.c
       1  /* { dg-lto-do assemble }  */
       2  void baz(void) {}
       3  void *y = (void *)baz;
       4  int main () { return 0; }