mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 22:25:28 +00:00
Avoid wrong error.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
typedef unsigned char U8;
|
||||
char var = 0xf0;
|
||||
char fn(char bar)
|
||||
|
Reference in New Issue
Block a user