brintos

brintos / llvm-project-archived public Read only

0
0
Text · 88 B · 911ebc8 Raw
3 lines · c
1#include <stdio.h>2int main () { puts ("this is the standalone binary test program"); }3