Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/simpleGenericTriple.c

    r23c4aa8 rf7e749f  
    2828  int x1 = 123, x3 = 456;
    2929  double x2 = 999.123;
    30   struct T3(int) Li = { x1, (int)x2, x3 };
     30  struct T3(int) Li = { x1, x2, x3 };
    3131  struct T3(int) Ri = { 9, 2, 3 };
    3232  struct T3(int) reti = Li+Ri;
Note: See TracChangeset for help on using the changeset viewer.