1 /* Test diagnostics for old-style definition not matching prior
2 prototype are present and give correct location for that prototype
3 (bug 15698). Original test. */
4 /* { dg-do compile } */
5 /* { dg-options "-std=gnu99" } */
20 register char *a
, b
; /* { dg-warning "argument 'a' doesn't match built-in prototype" } */