20060309-1.c   [plain text]


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