brintos

brintos / llvm-project-archived public Read only

0
0
Text · 85 B · ad9d86e Raw
9 lines · c
1#include <stdio.h>2 3void _Dfunction() {}4 5int main() {6  _Dfunction();7  return 0;8}9