summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/test1.pgc
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2006-02-08 09:10:05 +0000
committerMichael Meskes <meskes@postgresql.org>2006-02-08 09:10:05 +0000
commite3740d2c59915b6fd78b2b8aaf63b290a14423c6 (patch)
tree54566da0bfa3e095efd92586428206a962f3542b /src/interfaces/ecpg/test/test1.pgc
parent115e5dd5972fa7788f6639b3d0a8b2ef65e326e4 (diff)
Added just another test case.
Fixed missing continuation line character. Do not translate $-quoting. Bit field notation belongs to a variable not a variable list. Output of line number only done by one function.
Diffstat (limited to 'src/interfaces/ecpg/test/test1.pgc')
-rw-r--r--src/interfaces/ecpg/test/test1.pgc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/test/test1.pgc b/src/interfaces/ecpg/test/test1.pgc
index 9f784ac7994..91124bbdc29 100644
--- a/src/interfaces/ecpg/test/test1.pgc
+++ b/src/interfaces/ecpg/test/test1.pgc
@@ -42,6 +42,9 @@ exec sql ifdef NAMELEN;
int amount;
char letter;
} name_letter[AMOUNT];
+#if 0
+ int not_used;
+#endif
exec sql endif;
struct ind_struct
{