mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 11:28:08 +00:00
afl++ 2.52c initial commit
This commit is contained in:
3
testcases/others/sql/simple_queries.sql
Normal file
3
testcases/others/sql/simple_queries.sql
Normal file
@ -0,0 +1,3 @@
|
||||
create table t1(one smallint);
|
||||
insert into t1 values(1);
|
||||
select * from t1;
|
Reference in New Issue
Block a user