# include<stdio.h>

EXEC SQL DECLARE st1 STATEMENT;

int main(){

	EXEC SQL DECLARE cur1 CURSOR FOR st1;

	return 0;
}
