blob: b9e15b0c331048075f0afca0a0ea843fcaefd762 [file] [log] [blame]
#pragma GCC system_header
struct A
{
virtual void f();
};