Diverging procedures proc() -> ! (no return)

This commit is contained in:
gingerBill
2018-09-08 12:16:03 +01:00
parent 3cd6ae311d
commit 3825eab989
8 changed files with 37 additions and 6 deletions
+1 -1
View File
@@ -299,7 +299,7 @@ foreign {
debug_trap :: proc() ---;
@(link_name="llvm.trap")
trap :: proc() ---;
trap :: proc() -> ! ---;
@(link_name="llvm.readcyclecounter")
read_cycle_counter :: proc() -> u64 ---;