bolt/deps/llvm-18.1.8/clang/test/Analysis/exploded-graph-rewriter/empty.dot
2025-02-14 19:21:04 +01:00

12 lines
363 B
Text

// RUN: %exploded_graph_rewriter %s | FileCheck %s
// RUN: %exploded_graph_rewriter --dark %s | FileCheck %s \
// RUN: -check-prefixes=CHECK,DARK
digraph "Exploded Graph" {
label="Exploded Graph";
}
// CHECK: digraph "ExplodedGraph" {
// DARK-NEXT: bgcolor="gray10";
// CHECK-NEXT: label="";
// CHECK-NEXT: }