aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/typedef-variable-type.c
blob: 3abca4314e84dbfa890e5d0d725d4ab0622a4e38 (plain)
1
2
3
// RUN: clang %s -verify -fsyntax-only -pedantic

typedef int (*a)[!.0]; // expected-error{{variable length array declared outside of any function}}