Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
cond2.C
blob: a7c3691104e4f4f9fe741f3a2bcc39b8fe299726 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Origin: Loring Holden <lsh@cs.brown.edu>
class
Wpt
{};
class
RAYhit
{
protected
:
Wpt
_nearpt
;
public
:
Wpt
surf
()
const
{
return
true
?
Wpt
():
_nearpt
;
}
};