Split up "gfortran.dg/goacc/loop-2.f95"
[official-gcc.git] / libphobos / libdruntime / __main.di
blob8f24eb3816e810ce0855a3725eaa12dfb584e281
1 /* GDC -- D front-end for GCC
2    Copyright (C) 2018 Free Software Foundation, Inc.
4    GCC is free software; you can redistribute it and/or modify it under
5    the terms of the GNU General Public License as published by the Free
6    Software Foundation; either version 3, or (at your option) any later
7    version.
9    GCC is distributed in the hope that it will be useful, but WITHOUT ANY
10    WARRANTY; without even the implied warranty of MERCHANTABILITY or
11    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12    for more details.
14    You should have received a copy of the GNU General Public License
15    along with GCC; see the file COPYING3.  If not see
16    <http://www.gnu.org/licenses/>.
19 /* This module provides the D main() function supplied by the user's program.  */
21 module __main;
23 int main(char[][])
25     return 0;