2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.misc-tests / dg-11.c
blobbfbba4d1216701c18dcaff3a45d25532307a430e
1 /* Test the tester. */
2 /* { dg-prms-id 42 } */
3 /* { dg-do run { target sparc-sun-solaris2* } } */
4 /* The \n is left out of the pattern because tcl's exec will remove it. */
5 /* { dg-output {Hello world[.]} } */
7 #include <stdio.h>
9 main () { printf ("Hello world.\n"); return 0; }