github.com/Konstantin8105/c4go@v0.0.0-20240505174241-768bb1c65a51/tests/code_quality/define.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  // t - transpiled function from  C4GO/tests/code_quality/define.c:5
    11  func t() {
    12  	var a int32 = 1
    13  	printf([]byte("hello world\x00"))
    14  	var c int32 = a + 1
    15  	printf([]byte("%d\x00"), c)
    16  }