p11482.C   [plain text]


// Build don't link:
// prms-id: 11482

void *vp;

enum E { bad, ok } e;

void foo() {
  e = (E)vp;		// ERROR - 
}