You've already forked AFLplusplus
mirror of
https://github.com/AdaCore/AFLplusplus.git
synced 2026-02-12 13:08:19 -08:00
4 lines
75 B
SQL
4 lines
75 B
SQL
create table t1(one smallint);
|
|
insert into t1 values(1);
|
|
select * from t1;
|