bolt/deps/llvm-18.1.8/clang-tools-extra/pseudo/test/html-forest.c
2025-02-14 19:21:04 +01:00

8 lines
216 B
C

// RUN: clang-pseudo -source %s -html-forest=%t.html
// RUN: FileCheck %s < %t.html
int main() {
}
// Sanity check for some obvious strings.
// CHECK-DAG: <body>
// CHECK-DAG: "compound-statement"
// CHECK-DAG: main