Sign in
qemu
/
meson
/
refs/heads/0.45
/
.
/
test cases
/
common
/
96 default library
/
ef.cpp
blob: 34784f88abd02e612662c8cc88187d6fb4401fa5 [
file
] [
log
] [
blame
]
#include
"ef.h"
DLL_PUBLIC
Ef
::
Ef
()
:
x
(
99
)
{
}
int
DLL_PUBLIC
Ef
::
get_x
()
const
{
return
x
;
}