Gabor Marton | 07b01ff | 2018-06-29 12:17:34 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/il.cpp |
2 | // RUN: %clang_cc1 -ast-merge %t.1.ast -fsyntax-only %s 2>&1 | FileCheck --allow-empty %s | ||||
3 | // CHECK-NOT: unsupported AST node |