Changeset e4719f0
- Timestamp:
- Aug 27, 2017, 11:21:31 AM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 2ae171d8
- Parents:
- 62a05d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/multiDimension.c
r62a05d1 re4719f0 59 59 } 60 60 61 // ensure constructed const arrays continue to compile 62 const int global[1] = { -2 }; 63 61 64 int main() { 62 65 X abc[4][4] = {
Note: See TracChangeset
for help on using the changeset viewer.