blob: 1a74eaa344e1695907408478679e38e48e082900 [file] [edit]
// RUN: mlir-opt %s -split-input-file -canonicalize | FileCheck %s
// CHECK-NOT: async.execute
func.func @empty_execute() {
%token = async.execute {
async.yield
}
return
}