Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7481,8 +7481,8 @@
extern B b;

int main() {
a.Use();
b.Use();
a.Use();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of changing the order here (which feels scary), I'd prefer changing the "after the first statement of main" utterance below. What do we say normatively here? Can we just add an empty statement as the first statement of main to defuse the situation?

}
\end{codeblock}

Expand Down