brintos

brintos / llvm-project-archived public Read only

0
0
Text · 97 B · 34a840c Raw
6 lines · cpp
1// RUN: %clang_cc1 -emit-llvm -o - %s2struct A;3struct B;4extern A *f();5void a() { (B *) f(); }6