Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
lto
/
inline-crossmodule-1.h
blob: ce345532a68a7c6d96ee03804621830d86d0a779 [
file
] [
log
] [
blame
]
struct
a
{
int
ret1
()
{
return
1
;
}
int
key
();
};
struct
b
{
int
ret2
()
{
return
2
;
}
};