We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d032bb commit a12c711Copy full SHA for a12c711
source/basic.tex
@@ -7003,7 +7003,7 @@
7003
\pnum
7004
\indextext{termination!program}%
7005
\indextext{\idxcode{main} function!return from}%
7006
-A \keyword{return} statement\iref{stmt.return} in \tcode{main} has the effect of leaving the main
+A \keyword{return} statement\iref{stmt.return} in \tcode{main} has the effect of leaving the main %JMB: Why is the second main here not in code font?
7007
function (destroying any objects with automatic storage duration
7008
and evaluating any postcondition assertions of \tcode{main})
7009
and calling \tcode{std::exit} with the return value as the argument.
0 commit comments