About
Contact
QtCreator
KDevelop
Solarized
1
struct
Foo
{
2
int
m_val
=
42
;
3
};
4
5
int
main
() {
6
Foo
foo
;
7
return
0
;
8
}
9