blob: 9d773593eb5103cc18a4fef788cc8ad4ab03fb8a [file] [log] [blame]
#include "derived.h"
char Foo::baz() {
return (char)(x&0xff);
}