1 /* Test for cross x86_64<->w64 abi standard calls.
2 */
3 /* { dg-do compile } */
4 /* { dg-options "-mno-sse -maccumulate-outgoing-args" } */
5 #include "callabi.h"
6 
7 long double
func_cross()8 CALLABI_CROSS func_cross ()
9 {
10 }
11