blob: 561b6fd24159ac3dc9cfe01193b2dca3b7b88d35 [file] [log] [blame]
Chris Lattnerfdab7282003-05-14 13:09:41 +00001/*===- crtend.c - Initialization code for programs ------------------------===*\
Chris Lattner45872bf2004-08-05 00:20:51 +00002 *
3 * The LLVM Compiler Infrastructure
4 *
5 * This file was developed by the LLVM research group and is distributed under
6 * the University of Illinois Open Source License. See LICENSE.TXT for details.
7 *
8 *===----------------------------------------------------------------------===*
Chris Lattnerfdab7282003-05-14 13:09:41 +00009 *
Chris Lattnerdaac7292006-03-09 06:16:28 +000010 * This file defines the __main function, which we preserve for backwards
11 * compatibility.
Chris Lattnerfdab7282003-05-14 13:09:41 +000012 *
13\*===----------------------------------------------------------------------===*/
14
Chris Lattnerfdab7282003-05-14 13:09:41 +000015void __main(void) {
Chris Lattnerfdab7282003-05-14 13:09:41 +000016}