blob: 1f764da05d6b5f59e47bc8d5f6f806c2d120315e [file] [log] [blame]
Howard Hinnantbc8d3f92010-05-11 19:42:16 +00001//===----------------------------------------------------------------------===//
2//
Chandler Carruth7c3769d2019-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
Howard Hinnantbc8d3f92010-05-11 19:42:16 +00006//
7//===----------------------------------------------------------------------===//
8
JF Bastiene15dd4e2019-02-04 20:31:13 +00009int main(int, char**)
Howard Hinnantbc8d3f92010-05-11 19:42:16 +000010{
JF Bastiene15dd4e2019-02-04 20:31:13 +000011
12 return 0;
Howard Hinnantbc8d3f92010-05-11 19:42:16 +000013}