Sign in
gnu
/
gcc
/
a8404c07e7fca388c02c39077865f7d5fa928430
/
.
/
gcc
/
testsuite
/
g++.dg
/
pr86240.C
blob: 16ae89cccd19e7d188ed922c63c40e178937ca11 [
file
] [
log
] [
blame
]
// { dg-do compile }
extern
"C"
int
abs
(
int
);
struct
a
{
short
b
;
}
e
;
short
c
;
bool
foo
()
{
return
abs
(
c
)
>=
e
.
b
;
}