brintos

brintos / llvm-project-archived public Read only

0
0
Text · 123 B · 7bc7522 Raw
9 lines · c
1typedef signed char v4i8 __attribute__ ((vector_size(4)));2v4i8 global_vector = {1, 2, 3, 4};3 4int5main ()6{7  return 0;8}9