================ @@ -53,3 +53,13 @@ func.func @pointer_types() { return } + +// CHECK-LABEL: func @index_types() +func.func @index_types() { ---------------- simon-camp wrote: ```suggestion func.func @size_types() { ``` https://github.com/llvm/llvm-project/pull/93155