Changeset db19e1d for tests/castError.cfa
- Timestamp:
- Sep 3, 2024, 12:08:09 PM (2 months ago)
- Branches:
- master
- Children:
- 737bf73
- Parents:
- cdbb909
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/castError.cfa
rcdbb909 rdb19e1d 1 // 1 // 2 2 // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo 3 3 // 4 4 // The contents of this file are covered under the licence agreement in the 5 5 // file "LICENCE" distributed with Cforall. 6 // 6 // 7 7 // castError.cfa -- test invalid casts 8 // 8 // 9 9 // Author : Peter A. Buhr 10 10 // Created On : Tue Feb 19 21:15:39 2019 … … 12 12 // Last Modified On : Tue Feb 19 21:16:44 2019 13 13 // Update Count : 1 14 // 14 // 15 15 16 16 forall(T) struct S { T p; };
Note: See TracChangeset
for help on using the changeset viewer.