ADTaaron-thesisarm-ehcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change
on this file since 624aab0 was
624aab0,
checked in by Thierry Delisle <tdelisle@…>, 7 years ago
|
some more bug repros
|
-
Property mode set to
100644
|
File size:
126 bytes
|
Rev | Line | |
---|
[624aab0] | 1 | forall(otype T) |
---|
| 2 | struct wrap |
---|
| 3 | { |
---|
| 4 | T value; |
---|
| 5 | }; |
---|
| 6 | |
---|
| 7 | forall(otype T) |
---|
| 8 | static inline wrap(T) test() |
---|
| 9 | { |
---|
| 10 | wrap(T) tester; |
---|
| 11 | return tester; |
---|
| 12 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.