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