Files
zig/lib/std/zig
travisstaloch 581d292381 fix overflow found while fuzzing
* allow file level `union {}` to parse as tuple field

this was found while fuzzing zls.

* before this patch the input `union {}` crashed the parser.  after
  this, it parses correctly just like `struct {}`.
* adds behavior tests for both inputs `struct {}` and `union {}`,
  checking that each becomes a file level tuple field.
2022-12-23 23:10:04 +02:00
..
2022-12-23 23:10:04 +02:00
2022-11-04 00:09:27 +03:30
2022-11-18 19:22:42 +00:00