blob: 796f3c353ba17d4aade1333ee2c86b7b85b4bbd7 [file] [log] [blame]
Marshall Clow5aa8fa22014-06-11 16:44:55 +00001//===----------------------------------------------------------------------===//
2//
Chandler Carruth57b08b02019-01-19 10:56:40 +00003// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
Marshall Clow5aa8fa22014-06-11 16:44:55 +00006//
7//===----------------------------------------------------------------------===//
8
JF Bastien2df59c52019-02-04 20:31:13 +00009int main(int, char**) {
10 return 0;
11}