mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Further grammar fixes.
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user