About
Contact
QtCreator
KDevelop
Solarized
1
#include
<stdio.h>
2
3
void
_Dfunction
(
) {}
4
5
int
main
(
) {
6
_Dfunction
();
7
return
0
;
8
}
9