hanchenye-llvm-project/clang/test/Parser/parmvardecl_conversion.c

5 lines
67 B
C

// RUN: clang -fsyntax-only -verify %s
void f (int p[]) { p++; }