Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
gcc.misc-tests
/
dg-10.c
blob: 6d7b3441623b5d92f1322ce56f115b3c9b6f954d [
file
] [
log
] [
blame
]
/* Test the tester. */
/* { dg-prms-id 42 } */
/* { dg-options "-Wall" } */
/* FIXME: we want to test dg-lose here. Anyone know of a good way to
crash the compiler? */
int
main
(
int
argc
,
char
*
argv
[])
{
return
0
;
}