• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include "include-dir/priv.h"
2 
3 /* gcc -I. -gctf -gdwarf -c -o test-PR27700.o test-PR27700.c */
4 
5 void
foo(enum foo * c)6 foo(enum foo* c __attribute__((unused)))
7 {
8 }
9