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