Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
lto
/
odr-2_1.C
blob: 23cfccc241b77bf85b61dd3f4c62d9ca03b4bc6b [
file
] [
log
] [
blame
]
class
a
{
// { dg-lto-note "a different type is defined in another translation unit" }
int
*
b
()
const
;
};
int
*
a
::
b
()
const
{
return
0
;
}