Skip to content

Commit 5c5b64b

Browse files
[dcl.array] The first element has the same address as the array
1 parent 221f106 commit 5c5b64b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/declarations.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3117,6 +3117,8 @@
31173117
of \tcode{N} subobjects of type \tcode{U},
31183118
known as the \defnx{elements}{array!element} of the array,
31193119
and numbered \tcode{0} to \tcode{N-1}.
3120+
The element with number \tcode{0}
3121+
has the same address as the array.
31203122

31213123
\pnum
31223124
In addition to declarations in which an incomplete object type is allowed,

0 commit comments

Comments
 (0)