blob: 54d73a62cf86a82b2fd5da167c80f39a70c8eda4 [file] [log] [blame]
/* PR c/67730 */
/* { dg-do compile } */
/* { dg-options "" } */
#include <stddef.h>
void
fn1 (void)
{
return NULL; /* { dg-warning "10:.return. with a value" } */
}