- File:
-
- 1 edited
-
src/tests/.expect/declarationErrors.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/.expect/declarationErrors.txt
r13e3b50 r0da3e2c 1 1 CFA Version 1.0.0 (debug) 2 Error: invalid combination of storage classes in declaration of x9: static volatile const short int2 Error: invalid combination of storage classes in declaration of x9: static static volatile const short int 3 3 4 Error: invalid combination of storage classes in declaration of x18: static const volatile instance of struct __anonymous04 Error: invalid combination of storage classes in declaration of x18: static static const volatile instance of struct __anonymous0 5 5 with members 6 i: int7 6 with body 8 7 9 8 10 Error: invalid combination of storage classes in declaration of x19: static const volatile volatile instance of struct __anonymous19 Error: invalid combination of storage classes in declaration of x19: static static const volatile volatile instance of struct __anonymous1 11 10 with members 12 i: int13 11 with body 14 12 15 13 16 Error: invalid combination of storage classes in declaration of x28: static volatile const instance of type Int14 Error: invalid combination of storage classes in declaration of x28: static static volatile const instance of type Int 17 15 18 16 make: *** [declarationErrors] Error 1
Note:
See TracChangeset
for help on using the changeset viewer.