Changeset d60a4c2 for tests/limits.cfa


Ignore:
Timestamp:
Jan 11, 2025, 5:48:46 PM (8 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
f886608
Parents:
7d65715f (diff), 32a119e9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/limits.cfa

    r7d65715f rd60a4c2  
    149149long double _Complex _1_sqrt_2 = _1_SQRT_2;
    150150
    151 int main(int argc, char const *argv[]) {
    152     #pragma GCC warning "Compiled"                      // force non-empty .expect file, NO TABS!!!
     151int main() {
     152        printf("done\n");
    153153}
    154154
Note: See TracChangeset for help on using the changeset viewer.