ce599fdf1d
Use obj/lint1 testX.c /dev/null to test. We don't descend here or provide any test infrastructure yet.
8 lines
115 B
C
8 lines
115 B
C
/* pointer casts are valid lhs lvalues */
|
|
|
|
void
|
|
foo() {
|
|
unsigned long p = 6;
|
|
((struct sockaddr *)p) = 0;
|
|
}
|