7.1.1 Ada Version and Identifier Rules ¶
- ‘Ada version is fixed at Ada 2012’, regardless of other switches.
- ‘Identifier character set is restricted to 7-bit ASCII’;
extended characters are disallowed.
- ‘Identifiers are allowed to start with underscore’ to avoid conflicts
between global symbols in the runtime and those defined in the user code.