• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 struct foo
2 {
3   int member0;
4   char pad[];
5 };
6 
7 void
foo(struct foo * p)8 foo(struct foo * p __attribute__((unused)))
9 {
10 }
11