typedef-variable-type.c revision 540b146d013b3b6d5ab7c485b9e692a866173e15
1// RUN: clang %s -verify -fsyntax-only -pedantic
2
3typedef int (*a)[!.0]; // expected-warning{{size of static array must be an integer constant expression}}
4