non-sense fix

This commit is contained in:
anon 2024-05-30 14:25:54 +02:00
parent 0e1bdc0cf3
commit a7aa214137

View File

@ -4,5 +4,5 @@ signed main(){
EXEC SQL CONNECT TO testdb AS myconnection;
EXEC SQL INSERT INTO a VALUES (10);
return i;
return 0;
}