]> git.sur5r.net Git - cc65/blobdiff - test/ref/cc65091007.c
Create the makefile variable REFS in the same way that TESTS is made.
[cc65] / test / ref / cc65091007.c
index 1c69e02f902dc2baa99add4defc041226c35b2e8..31f725f8b99ecacc2ef808d98a79a031b975a7be 100644 (file)
@@ -5,6 +5,8 @@
   !!AUTHOR!!      Johan Kotlinski
 */
 
+#include <stdio.h>
+
 /*
 This produces the compiler error "test.c(9): Error: Assignment to const"
 Shouldn't be an error, should it? baz is const, bar isn't.