aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/IR/qualified-builtin.mlir
blob: a2f9e63ea66ba1b4543a0e36ff2dabb4a7435313 (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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