The Nest
Explore
Sign in
nuudlman
llvm
clang
test
Analysis
PR12905.c
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
//
RUN: %clang_analyze_cc1 -analyzer-checker=core %s
//
PR12905
void
C
(
void
)
;
void
t
(
void
)
{
C
(
)
;
}