add compile workflow
add fuzzing instrumentation
This commit is contained in:
21
fuzz/corpus/72cebf956cc590e0416c472381c5ad4413a2252f
Normal file
21
fuzz/corpus/72cebf956cc590e0416c472381c5ad4413a2252f
Normal file
@@ -0,0 +1,21 @@
|
||||
// comment
|
||||
#? comment
|
||||
/*
|
||||
comment
|
||||
*/
|
||||
|
||||
resource_1 "strlit1" "strlit2" {
|
||||
attr1 = "val1"
|
||||
tupl1 = [ 1, 2, 3.4, "foo" ]
|
||||
tupl2 = []
|
||||
obj1 = { foo = "baz" }
|
||||
)
|
||||
cond1 = (1 == 2) ? 1 : "foobar"
|
||||
bin1 ! = ((1+2)%3)*4
|
||||
esc1 = "\2" \t \UFF11FF2//\uFFFF \n"
|
||||
esc2 = "$${} %%{}"
|
||||
tpl1 = "prefix-${var.bar}"
|
||||
tpl2 = "prefix-${func("bar")}"
|
||||
tpl6 = "prefix-${func("nested-${=>var.bar}")}"
|
||||
tpl2 =r7 = 0x21º¹õå }
|
||||
}
|
||||
Reference in New Issue
Block a user