[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang-tools-extra / pseudo / test / html-forest.c
blob0be08da49f4a7129e8034dcecebefb37eac458f8
1 // RUN: clang-pseudo -source %s -html-forest=%t.html
2 // RUN: FileCheck %s < %t.html
3 int main() {
5 // Sanity check for some obvious strings.
6 // CHECK-DAG: <body>
7 // CHECK-DAG: "compound-statement"
8 // CHECK-DAG: main