xref: /openbmc/google-misc/hello.c (revision 2be45238)
1dab96f13SBrandon Kim /*
2dab96f13SBrandon Kim  * Copyright 2021 Google LLC
3dab96f13SBrandon Kim  *
4dab96f13SBrandon Kim  * Licensed under the Apache License, Version 2.0 (the "License");
5dab96f13SBrandon Kim  * you may not use this file except in compliance with the License.
6dab96f13SBrandon Kim  * You may obtain a copy of the License at
7dab96f13SBrandon Kim  *
8dab96f13SBrandon Kim  *      http://www.apache.org/licenses/LICENSE-2.0
9dab96f13SBrandon Kim  *
10dab96f13SBrandon Kim  * Unless required by applicable law or agreed to in writing, software
11dab96f13SBrandon Kim  * distributed under the License is distributed on an "AS IS" BASIS,
12dab96f13SBrandon Kim  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13dab96f13SBrandon Kim  * See the License for the specific language governing permissions and
14dab96f13SBrandon Kim  * limitations under the License.
15dab96f13SBrandon Kim  */
16dab96f13SBrandon Kim 
17ab79d7d9SWilliam A. Kennington III // Dummy executable needed to work around coverage
main()18*2be45238SPatrick Williams int main() {}
19