C++程序  |  6行  |  99 B

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

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