/* { dg-do compile } */ /* { dg-options "-Wno-old-style-definition -O2" } */ void i(); short a; void b(e) char * e; { i(); b(a); }