aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CoverageMapping/Inputs/deferred-region-helper.h
blob: c3e5c16e32a7818f152c65a12bbfc4a7f83ffd24 (plain)
1
2
3
4
5
void included_func() {
  if (false)
    return;
  return;
}