index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
;
}