blob: a6147450de5fbe21cd97c75271571bd7766ab253 [file] [log] [blame]
#pragma once
struct Foo {
virtual void key();
};
void throw_foo();