Changes in src/Tests/GccExtensions.c [55ba7339:b1d6dd5]
- File:
-
- 1 edited
-
src/Tests/GccExtensions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Tests/GccExtensions.c
r55ba7339 rb1d6dd5 19 19 __signed s2; 20 20 21 __ otypeof(s1) t1;22 __ otypeof__(s1) t2;21 __typeof(s1) t1; 22 __typeof__(s1) t2; 23 23 24 24 __volatile int v1;
Note:
See TracChangeset
for help on using the changeset viewer.