On Wed, Jul 24, 2019 at 12:31 PM Andrii Nakryiko <andriin@xxxxxx> wrote: > > Add test validating correct relocation handling for cases where pointer > to something is used as an array. E.g.: > > int *ptr = ...; > int x = ptr[42]; > > Signed-off-by: Andrii Nakryiko <andriin@xxxxxx> Acked-by: Song Liu <songliubraving@xxxxxx>