mirror of
https://github.com/cc65/cc65.git
synced 2025-02-05 20:31:53 +00:00
Avoid wrong error.
This commit is contained in:
parent
fe0b7570dc
commit
54cfd2e2a1
@ -9,6 +9,7 @@
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
typedef unsigned char U8;
|
||||
char var = 0xf0;
|
||||
char fn(char bar)
|
||||
|
Loading…
x
Reference in New Issue
Block a user