blob: a2f9e63ea66ba1b4543a0e36ff2dabb4a7435313 [file] [log] [blame]
// RUN: mlir-opt %s | FileCheck %s
// CHECK-LABEL: @test1
// CHECK: -> tuple<>
func.func private @test1() -> !builtin.tuple<>
// CHECK-LABEL: @test2
// CHECK: -> none
func.func private @test2() -> !builtin.none