1// RUN: %clang_cc1 -emit-llvm -o - %s 2struct A; 3struct B; 4extern A *f(); 5void a() { (B *) f(); } 6