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
1 changed files with 1 additions and 1 deletions

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>