source: trunk/src/gcc/gcc/testsuite/gcc.misc-tests/dg-5.c@ 2

Last change on this file since 2 was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 251 bytes
Line 
1/* Test the tester. */
2/* { dg-prms-id 42 } */
3/* { dg-do run } */
4/* The \n is left out of the pattern because tcl's exec will remove it. */
5/* { dg-output {Hello world[.]} } */
6
7#include <stdio.h>
8
9main () { printf ("Hello world.\n"); return 0; }
Note: See TracBrowser for help on using the repository browser.