About
Contact
QtCreator
KDevelop
Solarized
1
void
foo
(
void
);
2
3
int
main
(
) {
4
foo
();
5
return
0
;
6
}
7