Section A.2.2.1,
A.6.7.1, A.9.3, 8.4.1, Syntax 3-1, Syntax 3-4
Tagged unions
In A.2.2.1, Syntax 3-1, Syntax 3-4, REPLACE struct_union_member WITH
struct_union_member ::=
{ attribute_instance } data_type { packed_dimension }
list_of_variable_identifiers ;
| { attribute_instance } void
list_of_variable_identifiers ;
In A.6.7.1 and the syntax box of 8.4.1, in pattern REPLACE
| . *
WITH
| .*
In A.6.7.1 and the syntax box of 8.4.1, in pattern REPLACE
pattern_identifier
WITH
variable_identifier
In A.9.3 and the syntax box of 8.4.1, REMOVE
pattern_identifier