Changeset dc8511c for tests/sum.cfa
- Timestamp:
- Nov 7, 2018, 1:29:43 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 2185df1
- Parents:
- 5753b33
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
tests/sum.cfa
r5753b33 rdc8511c 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // sum.c -- test resolvers ability to deal with many variables with the same name and to use the minimum number of casts8 // necessary to disambiguate overloaded variable names.7 // sum.cfa -- test resolvers ability to deal with many variables with the same name and to use the minimum number of 8 // casts necessary to disambiguate overloaded variable names. 9 9 // 10 10 // Author : Peter A. Buhr 11 11 // Created On : Wed May 27 17:56:53 2015 12 12 // Last Modified By : Peter A. Buhr 13 // Last Modified On : T hu Aug 2 08:03:09201814 // Update Count : 2 7913 // Last Modified On : Tue Nov 6 18:01:10 2018 14 // Update Count : 280 15 15 // 16 16 … … 120 120 // Local Variables: // 121 121 // tab-width: 4 // 122 // compile-command: "cfa sum.c " //122 // compile-command: "cfa sum.cfa" // 123 123 // End: //
Note: See TracChangeset
for help on using the changeset viewer.