xref: /original-bsd/old/dbx/tests/pc/const.out (revision e59fb703)
1reading symbolic information ...
2const PI = 3.14159;
3const N = 10;
4const MESSAGE = 'this is a test';
5const CH = 'x';
6const R = RED;
7p.R = RED
8CH = 'x'
9MESSAGE = 'this is a test'
10N = 10
11PI = 3.14159
12
13