blob: 8f678d114472a5a98ef3f2926d59a68618b80993 [file] [log] [blame]
// RUN: %clang_cc1 -analyze -analyzer-checker=core %s
// PR12905
void C(void);
void t(void) {
C();
}