PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr60516.c
blobd7e11161c498218af99587da9b7038f1436e3fc1
1 /* PR target/60516 */
2 /* { dg-do compile { target { ! x32 } } } */
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
18 baz (struct S x)