Changes in src/tests/declarationErrors.c [c1c1112:5ead9f9]
- File:
-
- 1 edited
-
src/tests/declarationErrors.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/declarationErrors.c
rc1c1112 r5ead9f9 10 10 // Created On : Wed Aug 17 08:23:43 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Aug 25 18:16:40201613 // Update Count : 512 // Last Modified On : Wed Aug 17 08:27:15 2016 13 // Update Count : 2 14 14 // 15 15 16 const short static int volatile x4; 17 const static volatile short int x4; 16 18 static short int volatile static const x9; // duplicate static 17 19 struct { int i; } const static volatile static x18; // duplicate static … … 27 29 volatile static const volatile inline int f06(); // duplicate volatile 28 30 const static const volatile int inline f07(); // duplicate const 29 volatile static const int inline const volatile f08(); // duplicate volatile 30 31 volatile static const int inline const volatile f09(); // duplicate volatile 32 volatile static const int inline const volatile f09(); // duplicate volatile 31 volatile static const int inline volatile f08(); // duplicate volatile 33 32 34 33 //Dummy main
Note:
See TracChangeset
for help on using the changeset viewer.