On Wed, Jul 24, 2019 at 12:31 PM Andrii Nakryiko <[email protected]> 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 <[email protected]>
Acked-by: Song Liu <[email protected]>
