blob: 34784f88abd02e612662c8cc88187d6fb4401fa5 [file] [log] [blame]
#include"ef.h"
DLL_PUBLIC Ef::Ef() : x(99) {
}
int DLL_PUBLIC Ef::get_x() const {
return x;
}