Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
attrib56.C
blob: 9736d979acd692e24188206683ee822d6874a92e [
file
] [
log
] [
blame
]
// PR c++/84314
// { dg-do compile { target { { i?86-*-* x86_64-*-* } && ia32 } } }
struct
a
{
void
b
(
long
()
__attribute__
((
fastcall
)))
{}
};