• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 struct S
2 {
3   int m;
4 };
5 
6 void
foo(S *)7 foo(S*)
8 {}
9