mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-28 07:49:01 -04:00

Reviewers: a.sidorin Reviewed By: a.sidorin Subscribers: martong, cfe-commits Differential Revision: https://reviews.llvm.org/D48631 Patch by Balazs Keri! llvm-svn: 335968
4 lines
183 B
C++
4 lines
183 B
C++
// RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/il.cpp
|
|
// RUN: %clang_cc1 -ast-merge %t.1.ast -fsyntax-only %s 2>&1 | FileCheck --allow-empty %s
|
|
// CHECK-NOT: unsupported AST node
|