mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
aaa0cf5448
! ../../bin/cc65 -o ../../testwrk/err/bitfield-named-zero-width.s bitfield-named-zero-width.c bitfield-named-zero-width.c(27): Error: Zero width for named bit-field ! ../../bin/cc65 -o ../../testwrk/err/bitfield-negative-width.s bitfield-negative-width.c bitfield-negative-width.c(26): Error: Negative width in bit-field ! ../../bin/cc65 -o ../../testwrk/err/bitfield-too-wide.s bitfield-too-wide.c bitfield-too-wide.c(26): Error: Width of bit-field exceeds its type