1*4684ddb6SLionel Sambuc // -*- C++ -*- 2*4684ddb6SLionel Sambuc //===----------------------------------------------------------------------===// 3*4684ddb6SLionel Sambuc // 4*4684ddb6SLionel Sambuc // The LLVM Compiler Infrastructure 5*4684ddb6SLionel Sambuc // 6*4684ddb6SLionel Sambuc // This file is dual licensed under the MIT and the University of Illinois Open 7*4684ddb6SLionel Sambuc // Source Licenses. See LICENSE.TXT for details. 8*4684ddb6SLionel Sambuc // 9*4684ddb6SLionel Sambuc //===----------------------------------------------------------------------===// 10*4684ddb6SLionel Sambuc main()11*4684ddb6SLionel Sambucint main() 12*4684ddb6SLionel Sambuc { 13*4684ddb6SLionel Sambuc } 14