• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download

foo(void)1 int foo(void)
2 {
3 	return 0;
4 }
5 
6 /*
7  * check-name: testsuite
8  * check-command: test-linearize -Wno-decl $file
9  *
10  * check-output-ignore
11  * check-output-match(ret): \\$0
12  * check-output-returns: 0
13  */
14