github.com/arnodel/golua@v0.0.0-20230215163904-e0b5347eaaa1/examples/embed/main_test.go (about) 1 package main 2 3 func Example_main() { 4 main() 5 // Output: 42 6 }