• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include "derived.h"
2 
baz()3 char Foo::baz() {
4     return (char)(x&0xff);
5 }
6 
7