Abraxas/CCS Home Table of Contents
int i17 = 101;
double d17 = 3.14;
enum { e17=102 } E17;
int ei17 = e17;
class C17 {
static const SC17 = 103;
};