2 /* { dg-do compile } */
3 /* { dg-options "-O2" } */
5 struct S
{ char c
[65536]; };
7 __attribute__((ms_abi
, thiscall
)) void
8 foo (void *x
, struct S y
)
12 __attribute__((ms_abi
, fastcall
)) void
13 bar (void *x
, void *y
, struct S z
)
17 __attribute__((ms_abi
, stdcall)) void