Merge pull request #1861 from acqn/TestcaseFix

[cc65] Testcase whitespace/comments fixes
This commit is contained in:
Bob Andrews
2022-09-29 17:53:14 +02:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
/* issue #1462 - Bit-fields are still broken */ /* 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 <stdio.h>
#include <limits.h> #include <limits.h>