[RISCV] Change func to funct in RISCVInstrInfoXqci.td. NFC (#119669)
[llvm-project.git] / flang / test / Fir / recursive-type-tco.fir
blob6fd222f26547afd660390b458173656bc7f554e2
1 // Test lowering FIR to LLVM IR for a recursive type
3 // RUN: tco %s | FileCheck %s
5 // CHECK-LABEL: %t = type { ptr }
6 !t = !fir.type<t {p : !fir.ptr<!fir.type<t>>}>
8 // CHECK-LABEL: @a({ %t } %{{.*}})
9 func.func @a(%a : tuple<!t>) {
10   return