2014-01-15 10:53:42 +01:00

9 lines
105 B
C

// RUN: %clang_cc1 -analyze -analyzer-checker=core %s
// PR12905
void C(void);
void t(void) {
C();
}