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

typedef int (*a)[!.0]; // expected-error{{variably modified type declaration not allowed at file scope}}