About
Contact
QtCreator
KDevelop
Solarized
1
struct
class
{
2
int
class
;
3
};
4
5
int
main
(
) {
6
struct
class
constexpr
;
7
constexpr
.
class
=
3
;
8
return
constexpr
.
class
;
// break here
9
}
10