lean4-htt/tests/compiler/unreachable.lean
Siddharth Bhat 0900aa1348 feat: implement unreachable codegen for LLVM
Also add a test case that exercises `unreachable` code
generation.
2023-01-12 09:17:41 +01:00

3 lines
84 B
Text

def False.elim' {C : Sort u} (h : False) : C := h.rec
def main: IO Unit := pure ()