[clang-tidy][NFC]remove deps of clang in clang tidy test (#116588)
[llvm-project.git] / mlir / test / Transforms / test-symbol-privatize.mlir
blobd40c48e10ab0bc0587ae854476a6989ff42c24b5
1 // RUN: mlir-opt %s -symbol-privatize=exclude="aap" | FileCheck %s
3 // CHECK-LABEL: module attributes {test.simple}
4 module attributes {test.simple} {
5   // CHECK: func @aap
6   func.func @aap() { return }
8   // CHECK: func private @kat
9   func.func @kat() { return }