chromium/third_party/afl/src/testcases/others/sql/simple_queries.sql

create table t1(one smallint);
insert into t1 values(1);
select * from t1;