(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr67730.c
       1  /* PR c/67730 */
       2  /* { dg-do compile } */
       3  /* { dg-options "" } */
       4  
       5  #include <stddef.h>
       6  
       7  void
       8  fn1 (void)
       9  {
      10    return NULL; /* { dg-warning "10:.return. with a value" } */
      11  }