5 lines
54 B
C
5 lines
54 B
C
|
#include <stdint.h>
|
||
|
struct A {
|
||
|
virtual void B();
|
||
|
};
|