1 /* Test to make sure that indirect jumps compile.  */
2 extern void bar(void);
foo()3 void foo() { bar(); }
4