blob: efc0a797220b7baae60e28304b40913644ad0be2 [file] [log] [blame]
// RUN: mlir-opt %s -llvm-request-c-wrappers | FileCheck %s
// CHECK: func.func private @foo() attributes {llvm.emit_c_interface}
func.func private @foo()
// CHECK: func.func @bar() attributes {llvm.emit_c_interface}
func.func @bar() {
return
}