llhd 0.15.0

A Low Level Hardware Description that acts as a foundation for building hardware design tools.
Documentation
; FAIL

func @foo () void {
entry:
    %0 = const i32 42
    %2 = add i32 %0, %1
	ret
}