blob: a83273fa6749585e81c4b5ea9a84df5f28618988 [file] [log] [blame]
// Build don't link:
// Origin: Loring Holden <lsh@cs.brown.edu>
class Wpt {};
class RAYhit {
protected:
Wpt _nearpt;
public:
Wpt surf () const { return true ? Wpt(): _nearpt; }
};