blob: ad9d86e5c25a827a415b5a9f1e6c78dcf22728c4 [file] [log] [blame]
#include <stdio.h>
void _Dfunction() {}
int main() {
_Dfunction();
return 0;
}