diff options
Diffstat (limited to 'src/interfaces/ecpg/test/preproc/variable.pgc')
-rw-r--r-- | src/interfaces/ecpg/test/preproc/variable.pgc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/test/preproc/variable.pgc b/src/interfaces/ecpg/test/preproc/variable.pgc index dcc575f8b4b..71efa0ddaf1 100644 --- a/src/interfaces/ecpg/test/preproc/variable.pgc +++ b/src/interfaces/ecpg/test/preproc/variable.pgc @@ -29,6 +29,7 @@ exec sql begin declare section; struct birthinfo ind_birth; } ind_personal, *i; ind ind_children; + struct t1 { str name; }; struct t2 { str name; }; exec sql end declare section; exec sql char *married = NULL; |