Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
70 B
C++
Raw Permalink Normal View History

#include "derived.h"
char Foo::baz() {
return (char)(x&0xff);
}