aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/x86_64/abi/callabi/pr38891.c
blob: d31b8c3774cb81e97969afd88260f6e4d2013c07 (plain)
1
2
3
4
5
6
7
8
9
10
/* Test for cross x86_64<->w64 abi standard calls.
*/
/* { dg-do compile } */
/* { dg-options "-mno-sse" } */
#include "callabi.h"

long double
CALLABI_CROSS func_cross ()
{
}