Sign in
llvm
/
clang
/
refs/heads/release_27
/
.
/
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}}