Changes in tests/castError.cfa [fd54fef:1d17939]
- File:
-
- 1 edited
-
tests/castError.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/castError.cfa
rfd54fef r1d17939 14 14 // 15 15 16 forall( T) struct S { T p; };16 forall(otype T) struct S { T p; }; 17 17 int f; 18 18 S(int) sint;
Note:
See TracChangeset
for help on using the changeset viewer.