1; RUN: llvm-as < %s -o /dev/null2 3define ptr @f_0(i8 %val) {4 %ptr = inttoptr i8 %val to ptr, !dereferenceable_or_null !{i64 2}5 ret ptr %ptr 6}7