sideeffect: bool = falsealignstack: bool = falseinteldialect: bool = falseunwind: bool = falsepub const Info = packed struct {
sideeffect: bool = false,
alignstack: bool = false,
inteldialect: bool = false,
unwind: bool = false,
}