Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
debug/
trivial.c
1
/*
{ dg-do run }
*/
2
3
int
main
(
void
)
4
{
5
return
0
;
6
}