Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/limits.cfa

    rdc8511c r6fbe9a5  
    1010// Created On       : Tue May 10 20:44:20 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Nov  6 17:57:55 2018
    13 // Update Count     : 8
     12// Last Modified On : Sun Sep 27 08:45:43 2020
     13// Update Count     : 10
    1414//
     15
     16// Note: For testing the ability to load the constants defined in libcfa/src/limits.cfa,
     17// see discussion in test const-init.
    1518
    1619#include <limits.hfa>
     
    147150
    148151int main(int argc, char const *argv[]) {
    149         //DUMMY
    150         return 0;
     152        #pragma message( "Compiled" )                                           // force non-empty .expect file
    151153}
    152154
Note: See TracChangeset for help on using the changeset viewer.