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