2 /* { dg-do compile } */
3 /* { dg-options "" } */
12 int a
= NULL
; /* { dg-warning "initialization of 'int' from 'void \\*' makes integer from pointer" } */
13 a
= NULL
; /* { dg-warning "assignment to 'int' from 'void \\*' makes integer from pointer" } */
14 bar (NULL
); /* { dg-warning "passing argument 1" } */
15 return NULL
; /* { dg-warning "returning 'void \\*' from a function with return type 'int' makes integer from pointer" } */
21 RETURN
; /* { dg-warning "returning 'void \\*' from a function with return type 'int' makes integer from pointer" } */