llvm/clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/bar.h

#pragma once
#include "baz.h"
#include "private.h"
int bar();