Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/declarationSpecifier.cfa

    r3908e5d rdc8511c  
    1010// Created On       : Wed Aug 17 08:21:04 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Apr 30 18:20:36 2019
    13 // Update Count     : 4
     12// Last Modified On : Tue Nov  6 17:52:59 2018
     13// Update Count     : 3
    1414//
    1515
     
    8989
    9090//Dummy main
    91 int main( int argc, char const * argv[] ) {}
     91int main(int argc, char const *argv[])
     92{
     93        return 0;
     94}
    9295
    9396// Local Variables: //
Note: See TracChangeset for help on using the changeset viewer.