Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/.expect/declarationErrors.txt

    r0da3e2c r13e3b50  
    11CFA Version 1.0.0 (debug)
    2 Error: invalid combination of storage classes in declaration of x9: static static volatile const short int
     2Error: invalid combination of storage classes in declaration of x9: static volatile const short int
    33
    4 Error: invalid combination of storage classes in declaration of x18: static static const volatile instance of struct __anonymous0
     4Error: invalid combination of storage classes in declaration of x18: static const volatile instance of struct __anonymous0
    55  with members
     6    i: int
    67   with body
    78
    89
    9 Error: invalid combination of storage classes in declaration of x19: static static const volatile volatile instance of struct __anonymous1
     10Error: invalid combination of storage classes in declaration of x19: static const volatile volatile instance of struct __anonymous1
    1011  with members
     12    i: int
    1113   with body
    1214
    1315
    14 Error: invalid combination of storage classes in declaration of x28: static static volatile const instance of type Int
     16Error: invalid combination of storage classes in declaration of x28: static volatile const instance of type Int
    1517
    1618make: *** [declarationErrors] Error 1
Note: See TracChangeset for help on using the changeset viewer.