- File:
-
- 1 edited
-
src/tests/.expect/declarationErrors.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/.expect/declarationErrors.txt
r13e3b50 r5d125e4 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 6 i: int … … 8 8 9 9 10 Error: invalid combination of storage classes in declaration of x19: static const volatile volatile instance of struct __anonymous110 Error: invalid combination of storage classes in declaration of x19: static static const volatile volatile instance of struct __anonymous1 11 11 with members 12 12 i: int … … 14 14 15 15 16 Error: invalid combination of storage classes in declaration of x28: static volatile const instance of type Int16 Error: invalid combination of storage classes in declaration of x28: static static volatile const instance of type Int 17 17 18 18 make: *** [declarationErrors] Error 1
Note:
See TracChangeset
for help on using the changeset viewer.