brintos

brintos / llvm-project-archived public Read only

0
0
Text · 75 B · 992da02 Raw
6 lines · c
1#include <stdio.h>2int main() {3  printf("slice: x86_64\n");4  return 0;5}6