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