About
Contact
QtCreator
KDevelop
Solarized
1
@
import Umbrella;
2
int
main
(
) {
3
struct
S
s
=
getS
();
// break here
4
return
s.i;
5
}
6