1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-22 02:29:29 +00:00

Avoid wrong error.

This commit is contained in:
Oliver Schmidt 2015-06-26 23:36:14 +02:00
parent fe0b7570dc
commit 54cfd2e2a1

View File

@ -9,6 +9,7 @@
#include <assert.h>
#include <string.h>
#include <stdio.h>
typedef unsigned char U8;
char var = 0xf0;
char fn(char bar)