Raw File
parmvardecl_conversion.c
// RUN: %clang_cc1 -fsyntax-only -verify %s
// expected-no-diagnostics

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

back to top