================ @@ -0,0 +1,47 @@ +// RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s + + +module attributes {} { + llvm.func @test(%arg0: !llvm.ptr) { ---------------- abidh wrote: Done. https://github.com/llvm/llvm-project/pull/105534