blob: ef57ae7f025a7e26c1fb9b8ce7e8e29bf9ecca25 [file] [log] [blame]
#pragma once
// Introduce a symbol.
struct Foo {
virtual void Func() {}
};