xref
: /
openbsd
/
gnu
/
usr.bin
/
gcc
/
gcc
/
testsuite
/
gcc.misc-tests
/
dg-4.c
(revision 4cfece93)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
/* Test the tester. */
2
/* { dg-prms-id 42 } */
3
/* { dg-do run } */
4
5
main
() {
return
0; }
6