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 |
|
---|
9 | main () { printf ("Hello world.\n"); return 0; }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.