1 __attribute__((always_inline))
f()2 void f() {
3 }
4 
main()5 int main() {
6   return 0;
7 }
8