typedef-variable-type.c revision d3f2f79fedfef7cae818c55a1f3d7a8f5992e5a0
1// RUN: clang %s -verify -fsyntax-only -pedantic
2
3typedef int (*a)[!.0]; // expected-error{{variable length array declared outside of any function}}
4