Ignore:
Timestamp:
Jun 14, 2016, 3:26:24 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
f2d51eb
Parents:
ee51534
Message:

relocate and delete example programs under Test directory to test/examples directories

File:
1 moved

Legend:

Unmodified
Added
Removed
  • src/examples/Initialization.c

    ree51534 rca26509  
    1212} a = { .w : [2] };
    1313
    14 struct { int a[3], b; } w [] = { [0].a : {1}, [0].b : 1, [1].a[0] : 2 };
     14struct { int a[3], b; } w [] = { [0].a : {1}, [0].b : 3, [1].a[0] : 2 };
    1515
    1616struct {
Note: See TracChangeset for help on using the changeset viewer.