blob: 5e72b380537d66d416b676877d0504a90cfcabb4 [file] [log] [blame]
; RUN: mlir-translate --import-llvm %s | FileCheck %s
; Ensure both structs have different names.
; CHECK: llvm.func @fn(!llvm.struct<"[[NAME:[^"]*]]",
; CHECK-NOT: struct<"[[NAME]]",
%0 = type { %1 }
%1 = type { i8 }
declare void @fn(%0)