blob: fc2bb70d0a157f08b418845e4dd6191d435b393c [file] [log] [blame]
Chris Lattner04421082008-04-08 04:40:51 +00001// RUN: clang -fsyntax-only -verify %s
2int aa(int b, int x[sizeof b]) {}
3
4void foo(int i, int A[i]) {}
5