1 2 3 4 5 6 7 8 9
#pragma use helloworld int main() { person john = { .name = "John", }; say_hi(john); return 0; }