Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/zombies/Members.c

    rfd54fef r87b9332  
    22int ?=?( int*, int );
    33float ?=?( float*, float );
    4 forall( DT & ) DT * ?=?( DT**, DT* );
    5 forall(T) lvalue T *?( T* );
     4forall( dtype DT ) DT * ?=?( DT**, DT* );
     5forall(otype T) lvalue T *?( T* );
    66char *__builtin_memcpy();
    77
Note: See TracChangeset for help on using the changeset viewer.