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