blob: 6d95c42f6e14297fcb07aa962dbde5ff2e2eb6f7 [file] [log] [blame]
Howard Hinnant3e519522010-05-11 19:42:16 +00001// -*- C++ -*-
Howard Hinnanteb9e9a32010-09-28 17:19:10 +00002//===----------------------------------------------------------------------===//
Howard Hinnant3e519522010-05-11 19:42:16 +00003//
Chandler Carruth57b08b02019-01-19 10:56:40 +00004// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5// See https://llvm.org/LICENSE.txt for license information.
6// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
Howard Hinnant3e519522010-05-11 19:42:16 +00007//
8//===----------------------------------------------------------------------===//
9
JF Bastien2df59c52019-02-04 20:31:13 +000010int main(int, char**)
Howard Hinnant3e519522010-05-11 19:42:16 +000011{
JF Bastien2df59c52019-02-04 20:31:13 +000012 return 0;
Howard Hinnant3e519522010-05-11 19:42:16 +000013}