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