6 lines
78 B
C
6 lines
78 B
C
#pragma once
|
|
|
|
// Introduce a symbol.
|
|
struct Foo {
|
|
virtual void Func() {}
|
|
};
|