1 2 3 4 5 6 7 8 9
import hello; int main() { hello::data__ = 123; hello::say_hello(); hello::say(sizeof(hello::say)).hello(); return 0; }