You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A program is defined as one or more translation units linked together, but translation units are defined as just a sequence of tokens and linking (translation phase 8) takes translated translation units as its input.
Proposed change:
Update p1: A program consists of one or more translated translation units (5.2) linked together.