blob: 9a59227abdd9869598b3fe497dc3005b3036e354 [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//
Howard Hinnant5b08a8a2010-05-11 21:36:01 +00004// The LLVM Compiler Infrastructure
Howard Hinnant3e519522010-05-11 19:42:16 +00005//
Howard Hinnant412dbeb2010-11-16 22:09:02 +00006// This file is dual licensed under the MIT and the University of Illinois Open
7// Source Licenses. See LICENSE.TXT for details.
Howard Hinnant3e519522010-05-11 19:42:16 +00008//
9//===----------------------------------------------------------------------===//
10
11int main()
12{
13}