- long double align_me;
- char raw[S];
- } buffer;]b4_parse_assert_if([
-
- /// Whether the content is built.
- bool built;
- /// If defined, the name of the stored type.
- const char* tname;])[
+ /// Strongest alignment constraints.
+ long double yyalign_me;
+ /// A buffer large enough to store any of the semantic values.
+ char yyraw[S];
+ } yybuffer_;]b4_parse_assert_if([
+
+ /// Whether the content is built: if defined, the name of the stored type.
+ const char *yytname_;])[