Sign in
llvm
/
clang
/
a5728872c7702ddd09537c95bc3cbd20e1f2fb09
/
.
/
test
/
Sema
/
typedef-variable-type.c
blob: f29896850b1b270e5e956f5096a9da50cca52d3f [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 %s -verify -fsyntax-only -pedantic
typedef
int
(*
a
)[!.
0
];
// expected-warning{{size of static array must be an integer constant expression}}