blob: f5ba5ff2bd489274674ad0674e22291c307de285 [file] [log] [blame]
class C {
public:
virtual void do_thing(char);
virtual void do_thing(int);
};