summaryrefslogtreecommitdiff
path: root/Utilities/ClangTidyModule/Tests/cmake-use-pragma-once/cmake-use-pragma-once-neither-fixit.h
blob: eb5c6dd2e2ea07816c243eb846206f87c49e7350 (plain)
1
2
3
4
5
#pragma once
int neither()
{
  return 0;
}