summaryrefslogtreecommitdiff
path: root/Utilities/ClangTidyModule/Tests/cmake-use-pragma-once/cmake-use-pragma-once-both-fixit.h
blob: 73c9720d7337cf7be06a86935001a932a40b3b8b (plain)
1
2
3
4
5
6
7
8


#pragma once

int both()
{
  return 0;
}