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