src
clang_tidy_findable.cpp
Go to the documentation of this file.
1
// Copyright 2022-2023 Ekumen, Inc.
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
5
// You may obtain a copy of the License at
6
//
7
// http://www.apache.org/licenses/LICENSE-2.0
8
//
9
// Unless required by applicable law or agreed to in writing, software
10
// distributed under the License is distributed on an "AS IS" BASIS,
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
/*
16
* This file exists in this header-only library as a workaround for
17
* clang-tidy to find and process the headers, since all the source files
18
* inside the test folder are ignored.
19
* It will not be exported or installed with the rest of the targets of this
20
* library.
21
*/
22
23
#include <
beluga/beluga.hpp
>
24
25
int
main
() {
26
return
0;
27
}
main
int main()
Definition:
clang_tidy_findable.cpp:25
beluga.hpp
Includes all the Beluga API.
beluga
Author(s):
autogenerated on Tue Jul 16 2024 02:59:53