1typedef signed char v4i8 __attribute__ ((vector_size(4)));
2v4i8 global_vector = {1, 2, 3, 4};
3
4int
5main ()
6{
7 return 0;
8}
9

source code of lldb/test/API/commands/watchpoints/watchpoint_on_vectors/main.c