9.10.23 unordered
The unordered
attribute indicates that the placement of
this variable may move relative to other variables within the current C source file.
const int __attribute__ ((unordered)) i;
unordered
The unordered
attribute indicates that the placement of
this variable may move relative to other variables within the current C source file.
const int __attribute__ ((unordered)) i;