blob: f9218509908c0fb168ad2a624fd21c47415ca3c6 [file] [log] [blame]
#include <stdlib.h>
exec sql include ../regression;
/* just a test comment */ int i;
/* just a test comment int j*/;
/****************************************************************************/
/* Test comment */
/*--------------------------------------------------------------------------*/
int main(void)
{
ECPGdebug(1, stderr);
exec sql --this is a comment too
connect to REGRESSDB1;
exec sql disconnect;
exit (0);
}