aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/89 default library/ef.cpp
blob: 34784f88abd02e612662c8cc88187d6fb4401fa5 (plain)
1
2
3
4
5
6
7
8
#include"ef.h"

DLL_PUBLIC Ef::Ef() : x(99) {
}

int DLL_PUBLIC Ef::get_x() const {
    return x;
}