llhd 0.16.0

A Low Level Hardware Description that acts as a foundation for building hardware design tools.
Documentation
; RUN: llhd-check %s
; FAIL

proc @foo () -> () {
bb0:
    %0 = const i32 1
    wait %bb1 for %0
bb1:
    halt
}