Marshall Clow | 4476100 | 2013-01-09 17:20:02 +0000 | [diff] [blame] | 1 | // -*- C++ -*- |
2 | //===----------------------------------------------------------------------===// | ||||
3 | // | ||||
4 | // The LLVM Compiler Infrastructure | ||||
5 | // | ||||
6 | // This file is dual licensed under the MIT and the University of Illinois Open | ||||
7 | // Source Licenses. See LICENSE.TXT for details. | ||||
8 | // | ||||
9 | //===----------------------------------------------------------------------===// | ||||
10 | |||||
11 | int main() | ||||
12 | { | ||||
13 | } | ||||
Eric Fiselier | d1854f9 | 2014-07-24 18:41:56 +0000 | [diff] [blame] | 14 |