typedef-variable-type.c revision 1f3105e1eeece9ffdc14d7262c7af486ac76600a
1// RUN: clang %s -verify -fsyntax-only -pedantic
2
3typedef int (*a)[!.0]; // expected-error{{arrays with static storage duration must have constant integer length}}
4