typedef-variable-type.c revision 96e05bc09070aaa7c18d3dd3ff13125a43532f69
1// RUN: clang %s -verify -fsyntax-only -pedantic
2
3typedef int (*a)[!.0]; // expected-error{{variably modified type declaration not allowed in file scope}}
4