From 0afeb2f9a816aff9fdb452cd504096c0261ba3f6 Mon Sep 17 00:00:00 2001 From: lprv <100177227+lprv@users.noreply.github.com> Date: Sun, 14 Dec 2025 22:47:19 +0000 Subject: [PATCH] [basic.start.main] Clarify meaning of "contain a function" --- source/basic.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index a813f68d9c..22702cef2e 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -7187,7 +7187,7 @@ \pnum \indextext{program!startup|(}% -A program shall contain exactly one function called \tcode{main} +A program shall contain exactly one definition of a function called \tcode{main} that belongs to the global scope. Executing a program starts a main thread of execution\iref{intro.multithread,thread.threads} in which the \tcode{main} function is invoked.