diff CbC-examples/test_tree.c @ 150:26042f4007d5 current

fix examples
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 23 May 2020 07:51:47 +0900
parents 5d30d517ebed
children
line wrap: on
line diff
--- a/CbC-examples/test_tree.c	Sat Mar 21 09:14:44 2020 +0900
+++ b/CbC-examples/test_tree.c	Sat May 23 07:51:47 2020 +0900
@@ -5,6 +5,8 @@
 __code cs(int , double , char );
 void testvoid(double a);
 int testint(double a);
+void test_goto(int a, int b, double c);
+__code test_goto1(int a, int b, double c);
 
 __code cs(int a, double b, char c){
 	printf("__code cs was called.\n");