Further grammar fixes.

This commit is contained in:
Christoffer Lerno
2023-04-28 19:11:57 +02:00
parent e25c06a065
commit 184cc19d36
36 changed files with 162 additions and 113 deletions

View File

@@ -27,6 +27,6 @@ fn bool Foo.less(Foo* x, Foo y) @inline
return x.x < y.x;
}
// #expect: test.ll
/* #expect: test.ll
%PriorityQueue = type { %List, i8 }