1 /* PR c/30762 */
2 /* { dg-do compile } */
3 
4 typedef struct { int i; } D;
5 
6 void
foo(D x)7 foo (D x)
8 {
9 }
10