Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Sema / arg-scope-c99.c
blob9b2811ccc7596e3c0c6871740551fc52a0869c74
1 // RUN: %clang_cc1 -fsyntax-only -std=c99 -verify %s
2 // expected-no-diagnostics
3 void bb(int sz, int ar[sz][sz]) { }