Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
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
)))
{}
};