Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.benjamin
/
warn04.C
blob: 8319e989aaed4cf7e3eb76b6c54c5a1194b9633f [
file
] [
log
] [
blame
]
// { dg-do assemble }
// { dg-options "-Wno-non-template-friend" }
// 980903 bkoz
// make sure this option works
template
<
class
T
>
class
task
{
friend
void
next_time
();
//shouldn't give a warning
};