blob: d5b7f38e37d02aed4447e278940550aed6505c31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include "d/dolzel.h" // IWYU pragma: keep
#include "d/d_bg_w_sv.h"
// need to pull in dBgWSv RTTI somehow but not sure if this is correct
class dBgWHf : public dBgWSv {
};
static void dummy() {
dBgWHf dummy;
}
|