repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
AST
/
ast-dump-types-errors.cpp
blob
b623fd049399cc03f7d8fd2d307141def7dcb9d1
1
// RUN: not %clang_cc1 -triple x86_64-unknown-unknown -fsyntax-only -ast-dump %s | FileCheck %s
2
3
void
test
() {
4
using
ContainsErrors
=
int
[
sizeof
(
undef
())];
5
// CHECK: DependentSizedArrayType {{.*}} contains-errors dependent
6
}