1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

Fixed comments in test/val/bug1462-biefield-assign-4.c.

This commit is contained in:
acqn 2022-09-29 18:23:41 +08:00
parent 376afd0edb
commit 1cbd6bc3f9

View File

@ -1,6 +1,6 @@
/* issue #1462 - Bit-fields are still broken */
/* More tests on "op= expression result value" that a naive fix might fail with */
/* When (un-)signedness involves with integral promotion */
#include <stdio.h>
#include <limits.h>