diff --git a/src/boot/fe/ast.ml b/src/boot/fe/ast.ml index 8b1ce71fb34..0c12d405afc 100644 --- a/src/boot/fe/ast.ml +++ b/src/boot/fe/ast.ml @@ -1169,7 +1169,7 @@ and fmt_stmt_body (ff:Format.formatter) (s:stmt) : unit = | STMT_init_exterior (lv, at) -> fmt_lval ff lv; - fmt ff " = @"; + fmt ff " = @@"; fmt_atom ff at; fmt ff ";"