S>void* PAS( int t) S>{ S> return &t; S>} S>
S>void* PAS( int t) S>{ int *p = new int(t); S> return p; S>} S>