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