blob: 4ced92626433be71f952f3057dcd59bb992c1e90 [file] [log] [blame]
// RUN: clang %s -verify -fsyntax-only -pedantic
typedef int (*a)[!.0]; // expected-error{{arrays with static storage duration must have constant integer length}}