1 void foo(int a);
   2 void foo(int a)
   3 {
   4         void *l = &&end + 3;
   5 
   6 end:
   7         if (a * 0)
   8                 goto *l;
   9 }
  10 
  11 /*
  12  * check-name: kill-computedgoto
  13  * check-command: test-linearize $file
  14  *
  15  * check-output-ignore
  16  * check-output-excludes: add\\.
  17  */