blob: 9322e72f5c4eb9dfcb1b8f9709e4caa2623fbca3 [file] [log] [blame]
struct X {
virtual ~X() {}
virtual void key_function();
};
void X::key_function() {}