ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change
on this file since 4b2589a was
ca26509,
checked in by Peter A. Buhr <pabuhr@…>, 8 years ago
|
relocate and delete example programs under Test directory to test/examples directories
|
-
Property mode set to
100644
|
File size:
342 bytes
|
Line | |
---|
1 | int ?=?( int *, int ); |
---|
2 | forall(dtype DT) DT * ?=?( DT **, DT * ); |
---|
3 | |
---|
4 | void a() { |
---|
5 | forall( otype T ) void f( T ); |
---|
6 | void g( forall( otype U ) void p( U ) ); |
---|
7 | g( f ); |
---|
8 | } |
---|
9 | |
---|
10 | void g() { |
---|
11 | void h( int *null ); |
---|
12 | forall( otype T ) T id( T ); |
---|
13 | forall( dtype T ) T *0; |
---|
14 | int 0; |
---|
15 | h( id( id( id( 0 ) ) ) ); |
---|
16 | } |
---|
17 | |
---|
18 | // Local Variables: // |
---|
19 | // tab-width: 4 // |
---|
20 | // End: // |
---|
Note: See
TracBrowser
for help on using the repository browser.