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