blob: e982637feb36333d09ba1c52b7e6780ddac5bf12 [file] [log] [blame]
Eli Friedmand3f2f792008-02-17 00:59:11 +00001// RUN: clang %s -verify -fsyntax-only -pedantic
2
Chris Lattner211316f2008-12-07 00:59:53 +00003typedef int (*a)[!.0]; // expected-error{{variably modified type declaration not allowed at file scope}}