Daniel Dunbar | a45cf5b | 2009-03-24 02:24:46 +0000 | [diff] [blame] | 1 | // RUN: clang-cc -fsyntax-only -verify %s |
Mike Stump | 753d120 | 2009-07-22 00:43:08 +0000 | [diff] [blame^] | 2 | void aa(int b, int x[sizeof b]) {} |
Chris Lattner | aa9c7ae | 2008-04-08 04:40:51 +0000 | [diff] [blame] | 3 | |
4 | void foo(int i, int A[i]) {} | ||||
5 |