blob: 7a984f74c84ef27c0402880cffade19af79c6809 (
plain)
| 1
2
3
4
5
6
 | /*
 * Test that the effects of these commands don't carry over to the next
 * file named on the ecpg command line.
 */
exec sql define CMDLINESYM 999;
exec sql define NONCMDLINESYM 1234;
 |