C++程序  |  5行  |  72 B

// RUN: %clang_cc1 -fsyntax-only -verify %s

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