blob: 4aff45b62b9e6a782d431c696adec490a1dc0ca7 [file] [log] [blame]
/* Test to make sure that indirect jumps compile. */
extern void bar(void);
void foo() { bar(); }