1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 18:57:06 +00:00
cc65/test/err
2017-03-19 17:48:44 +01:00
..
cc65091001.c
cc65150311-1.c
cc65150311-2.c
cc65150311-3.c tests for illegal pointer operations that must always fail 2015-07-10 18:38:54 +02:00
cc65150311-4.c
cc65150311-5.c
cc65150311-6.c
cc65150311-7.c
cc65150311-8.c
cc65150311-9.c
cc65150311-10.c
cc65150311-11.c
duplicate-global-static.c
duplicate-global.c Add regression tests for duplicate global/static variables detected by the compiler. 2017-03-09 20:49:42 +01:00
duplicate-static-global.c
duplicate-static.c
front.c
Makefile Cleaned up test Makefiles. 2017-03-19 17:48:44 +01:00
static-2.c
static-3.c Added regression tests of diagnostics for conflicts between extern/public and static declarations. 2015-08-13 03:39:35 -04:00
static-4.c
void-empty.c
void-size2.c