Home | History | Annotate | Download | only in Sema
      1 // RUN: %clang_cc1 -fsyntax-only -verify %s
      2 // expected-no-diagnostics
      3 void aa(int b, int x[sizeof b]) {}
      4 
      5 void foo(int i, int A[i]) {}
      6 
      7