blob: ed9261941b583196b5b0d2cc2f06a8a2294cd4a1 [file] [log] [blame]
Daniel Dunbar8fbe78f2009-12-15 20:14:24 +00001// RUN: %clang_cc1 -fsyntax-only -verify %s
Mike Stump753d1202009-07-22 00:43:08 +00002void aa(int b, int x[sizeof b]) {}
Chris Lattneraa9c7ae2008-04-08 04:40:51 +00003
4void foo(int i, int A[i]) {}
5