brintos

brintos / llvm-project-archived public Read only

0
0
Text · 141 B · 24ea0e5 Raw
7 lines · plain
1target datalayout = "e-p:64:64"2target triple = "x86_64-unknown-linux-gnu"3 4define ptr @foo_resolver() {5  ret ptr inttoptr (i32 2 to ptr)6}7