blob: d63b6335f453350b98af20d7dd71d733823f4c89 [file] [log] [blame]
Richard Smithb03a9df2012-03-13 05:56:40 +00001// RUN: %clang_cc1 -verify %s
2
3// PR11925
4int n;
5int (&f())[n]; // expected-error {{function declaration cannot have variably modified type}}