diff --git a/source/basic.tex b/source/basic.tex index e154c791fa..7a02d4c159 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -836,8 +836,9 @@ unsigned char x = 12; { unsigned char x = x; } \end{codeblock} -Here the second \tcode{x} is initialized with its own (indeterminate) -value. +Here, the initialization of the second \tcode{x} has undefined behavior, +because the initializer accesses the second \tcode{x} +outside its lifetime\iref{basic.life}. \end{example} \pnum