llvm/clang/test/Parser/parmvardecl_conversion.c

// RUN: %clang_cc1 -fsyntax-only -verify %s
// expected-no-diagnostics

void f (int p[]) { p++; }