brintos

brintos / llvm-project-archived public Read only

0
0
Text · 147 B · a80868d Raw
7 lines · plain
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