summaryrefslogtreecommitdiff
path: root/test/Analysis/PR12905.c
blob: 8f678d114472a5a98ef3f2926d59a68618b80993 (plain)
1
2
3
4
5
6
7
8
// RUN: %clang_cc1 -analyze -analyzer-checker=core %s
// PR12905

void C(void);

void t(void) {
  C();
}