brintos

brintos / llvm-project-archived public Read only

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