Sign in
llvm
/
clang
/
5e5092b6825108321f5964376baef9fb136419db
/
.
/
test
/
CodeGenCXX
/
PR4827-cast.cpp
blob: 34a840cbdf5b9f5184f8e6f6571e57043ddce117 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -emit-llvm -o - %s
struct
A
;
struct
B
;
extern
A
*
f
();
void
a
()
{
(
B
*)
f
();
}