1// RUN: clang-pseudo -source %s -html-forest=%t.html
2// RUN: FileCheck %s < %t.html
3int main() {
4}
5// Sanity check for some obvious strings.
6// CHECK-DAG: <body>
7// CHECK-DAG: "compound-statement"
8// CHECK-DAG: main
9

source code of clang-tools-extra/pseudo/test/html-forest.c