Paul Schlie <[EMAIL PROTECTED]> writes:
| > From: Paul Schlie <[EMAIL PROTECTED]>
| >> From: Gabriel Dos Reis <[EMAIL PROTECTED]>
| >> I don't understand what you mean here. Are you seriously suggesting
| >> that
| >>
| >> int main(void) {
| >> const int x = 4;
| >> *(int*)&x = 3;
| >> }
| >>
| >> is well-defined?
[...]
| - Just as if given:
|
| void foo(void) {
| int *x = 4;
?
-- Gaby
