xref: /llvm-project/third-party/benchmark/src/benchmark_main.cc (revision a5b797172cc902db166e9a695716fb81405f86e4)
15dda2efdSMircea Trofin // Copyright 2018 Google Inc. All rights reserved.
25dda2efdSMircea Trofin //
35dda2efdSMircea Trofin // Licensed under the Apache License, Version 2.0 (the "License");
45dda2efdSMircea Trofin // you may not use this file except in compliance with the License.
55dda2efdSMircea Trofin // You may obtain a copy of the License at
65dda2efdSMircea Trofin //
75dda2efdSMircea Trofin //     http://www.apache.org/licenses/LICENSE-2.0
85dda2efdSMircea Trofin //
95dda2efdSMircea Trofin // Unless required by applicable law or agreed to in writing, software
105dda2efdSMircea Trofin // distributed under the License is distributed on an "AS IS" BASIS,
115dda2efdSMircea Trofin // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
125dda2efdSMircea Trofin // See the License for the specific language governing permissions and
135dda2efdSMircea Trofin // limitations under the License.
145dda2efdSMircea Trofin 
155dda2efdSMircea Trofin #include "benchmark/benchmark.h"
165dda2efdSMircea Trofin 
17*a5b79717SMircea Trofin BENCHMARK_EXPORT int main(int, char**);
185dda2efdSMircea Trofin BENCHMARK_MAIN();
19