Fortran: fix passing of optional dummy as actual to optional argument [PR55978]
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 921116-2.c
blob49b4d4fd6c96e22c594f0f00966e4a85a9dcc3af
1 /* { dg-additional-options "-std=gnu89" } */
3 typedef struct {
4 long l[5];
5 } t;
7 f(size)
9 t event;
10 g(&(event.l[2 + size]), (3 - size) * 4);