Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Parser / parmvardecl_conversion.c
blobf6afd1205879660aa9344453f31d8c646cb136be
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
2 // expected-no-diagnostics
4 void f (int p[]) { p++; }