github.com/Konstantin8105/c4go@v0.0.0-20240505174241-768bb1c65a51/tests/code_quality/return.go.expected (about)

     1  //
     2  //	Package - transpiled by c4go
     3  //
     4  //	If you have found any issues, please raise an issue at:
     5  //	https://github.com/Konstantin8105/c4go/
     6  //
     7  
     8  package code_quality
     9  
    10  // a - transpiled function from  C4GO/tests/code_quality/return.c:1
    11  func a() {
    12  }
    13  
    14  // r - transpiled function from  C4GO/tests/code_quality/return.c:6
    15  func r(y int32) {
    16  	_ = y
    17  }
    18  
    19  // b - transpiled function from  C4GO/tests/code_quality/return.c:12
    20  func b() int32 {
    21  	return 0
    22  }
    23  
    24  // c - transpiled function from  C4GO/tests/code_quality/return.c:17
    25  func c() float32 {
    26  	return 0
    27  }