github.com/arnodel/golua@v0.0.0-20230215163904-e0b5347eaaa1/examples/extend/main_test.go (about)

     1  package main
     2  
     3  func Example_main() {
     4  	main()
     5  	// Output: hello	42
     6  }