view error/returnValue.k @ 0:536b29f11352

add some files
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Sat, 28 Apr 2012 21:01:53 +0900
parents
children
line wrap: on
line source

void f() {
     return 0;
}
byte g() {
     return 0;
}
 
void main(String[] args) {
     f();
     g();
}