[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / AST / ast-dump-types-errors.cpp
blobb623fd049399cc03f7d8fd2d307141def7dcb9d1
1 // RUN: not %clang_cc1 -triple x86_64-unknown-unknown -fsyntax-only -ast-dump %s | FileCheck %s
3 void test() {
4 using ContainsErrors = int[sizeof(undef())];
5 // CHECK: DependentSizedArrayType {{.*}} contains-errors dependent