• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 __forceinline
f()2 void f() {
3 }
4 
main()5 int main() {
6   return 0;
7 }
8