On Tue, Jun 05, 2007 at 09:18:37PM -0700, ron minnich wrote:
I wonder what kenc does :-)

i
#include <u.h>
#include <libc.h>

struct {
        int x:1;
} foo;

void
main(void) {
        foo.x = 1;
        print("foo.x: %d\n", foo.x);
        exits(0);
}
.
w
test.c: #134
!8c test.c && 8l test.8
!
!./8.out
foo.x: -1
!

--
Kris Maglione

The usefulness of any meeting
is in inverse proportion to the attendance.

Attachment: pgp59g4rlLJvK.pgp
Description: PGP signature

Reply via email to