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