blob: f54d71c86da9aa03eaf01c33fcc7ccff23fc99b9 [file] [log] [blame]
Marshall Clow44761002013-01-09 17:20:02 +00001// -*- C++ -*-
2//===----------------------------------------------------------------------===//
3//
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
Marshall Clow44761002013-01-09 17:20:02 +00007//
8//===----------------------------------------------------------------------===//
9
JF Bastien2df59c52019-02-04 20:31:13 +000010int main(int, char**)
Marshall Clow44761002013-01-09 17:20:02 +000011{
JF Bastien2df59c52019-02-04 20:31:13 +000012
13 return 0;
Marshall Clow44761002013-01-09 17:20:02 +000014}
Eric Fiselierd1854f92014-07-24 18:41:56 +000015