github.com/Konstantin8105/c4go@v0.0.0-20240505174241-768bb1c65a51/tests/code_quality/paren.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  // function - transpiled function from  C4GO/tests/code_quality/paren.c:1
    11  func function() {
    12  	var t int32
    13  	t = 0
    14  	var a int32
    15  	a = t
    16  	_ = t
    17  	_ = a
    18  	(function())
    19  }