mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
A while ago compiler explorer would only see exported functions of the main package (and the main function). I don't know when but at someone improved the flags passed to the go compiler and it now sees all functions, even if you use the oldest go compiler still supported. Remove noise from the example and make it more like the C one.