4.4BSD/usr/src/old/dbx/tests/pc/const.out

reading symbolic information ...
const PI = 3.14159;
const N = 10;
const MESSAGE = 'this is a test';
const CH = 'x';
const R = RED;
p.R = RED 
CH = 'x' 
MESSAGE = 'this is a test' 
N = 10 
PI = 3.14159