1 #include <stdio.h>
main()2 int main() {
3   printf("slice: x86_64h\n");
4   return 0;
5 }
6