1 /* Test for spurious "may or may not return a value" warnings. */
3 /* { dg-do compile } */
4 /* { dg-options "-Wextra" } */
6 #include <objc/Object.h>
20 } /* { dg-warning "this function may return with or without a value" } */
25 } /* { dg-bogus "this function may return with or without a value" } */