Changes in tests/declarationSpecifier.cfa [3908e5d:dc8511c]
- File:
-
- 1 edited
-
tests/declarationSpecifier.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/declarationSpecifier.cfa
r3908e5d rdc8511c 10 10 // Created On : Wed Aug 17 08:21:04 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Apr 30 18:20:36 201913 // Update Count : 412 // Last Modified On : Tue Nov 6 17:52:59 2018 13 // Update Count : 3 14 14 // 15 15 … … 89 89 90 90 //Dummy main 91 int main( int argc, char const * argv[] ) {} 91 int main(int argc, char const *argv[]) 92 { 93 return 0; 94 } 92 95 93 96 // Local Variables: //
Note:
See TracChangeset
for help on using the changeset viewer.