aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/PR12905.c
blob: f36b93aacf9091ecd8557d70f2e7a25bd9482d83 (plain) (blame)
1
2
3
4
5
6
7
8
// RUN: %clang_analyze_cc1 -analyzer-checker=core %s
// PR12905

void C(void);

void t(void) {
  C();
}