pub fn parse_inline_masm(
source: Arc<SourceFile>,
bounds: Option<SourceSpan>,
) -> ParseExpand description
Parses a inline MASM from a subset of a source-managed file into a lossless CST.
Content of an inline MASM block is parsed like the body block of a procedure - it is not supported to define top-level items in an inline MASM block