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 edited

Legend:

Unmodified
Added
Removed
  • src/examples/abstype.c

    ree51534 rca26509  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Apr  6 22:16:08 2016
    13 // Update Count     : 8
     12// Last Modified On : Tue Jun 14 14:27:48 2016
     13// Update Count     : 9
    1414//
    1515
     
    2121}
    2222
    23 forall( otype T ) lvalue T *?( T* );
     23forall( otype T ) lvalue T *?( T * );
    2424int ?++( int * );
    2525int ?=?( int *, int );
    26 forall( dtype DT ) DT * ?=?( DT **, DT* );
     26forall( dtype DT ) DT * ?=?( DT **, DT * );
    2727
    2828otype U = int *;
Note: See TracChangeset for help on using the changeset viewer.