Add fuzz testing corpus and build
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
let x = 1
|
||||
{
|
||||
let x = 2
|
||||
x
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
let x = 1
|
||||
{
|
||||
let x = 2
|
||||
x
|
||||
}
|
||||