Changeset a22e8b4 for tests/identParamDeclarator.cfa
- Timestamp:
- Jan 29, 2025, 11:41:32 AM (12 months ago)
- Branches:
- master
- Children:
- 161b98e
- Parents:
- 49510db
- File:
-
- 1 edited
-
tests/identParamDeclarator.cfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/identParamDeclarator.cfa
r49510db ra22e8b4 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 // 7 // identParamDeclarator.cfa -- 8 // 6 // 7 // identParamDeclarator.cfa -- 8 // 9 9 // Author : Peter A. Buhr 10 10 // Created On : Wed Aug 17 08:37:56 2016 … … 12 12 // Last Modified On : Fri Sep 25 14:31:08 2020 13 13 // Update Count : 4 14 // 14 // 15 16 // We have some useless const qualifiers for parsing testing. 17 #pragma GCC diagnostic ignored "-Wignored-qualifiers" 15 18 16 19 int fred ( … … 157 160 ); 158 161 159 int main( int argc, char const *argv[] ) { // dummy main162 int main() { 160 163 printf( "done\n" ); // non-empty .expect file 161 164 }
Note:
See TracChangeset
for help on using the changeset viewer.