blob: 911fe3d9bc173ea87044e1ec0034448054f4cb9b [file] [log] [blame]
#include "derived.h"
Foo foo1;
Foo foo2;
Foo::Foo() { a = 12345; }
char Foo::baz() {
return (char)(x&0xff);
}