Using Apple Clang 12.0.0 to compile this code:
int my_array[10]; int arr_size = sizeof(my_array) / sizeof(decltype(my_array[0]))
And getting