summaryrefslogtreecommitdiff
path: root/test cases/common/96 default library/ef.cpp
blob: 79983c6bd9fc420f05e149d12e27b517443d8dd4 (plain)
1
2
3
4
5
6
7
8
#include"ef.h"

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

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