ユニットテストを有効な状態に
[YACASL2.git] / test / unit / print_code_type / print_code_type.c
index e6a96db..9635beb 100644 (file)
@@ -1,5 +1,8 @@
 #include "casl2.h"
-int main(){
+#include "cerr.h"
+
+int main()
+{
     puts("== CODE_TYPE TABLE ==");
     create_code_type();
     print_code_type();