• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1void a() { return true; }
2void b() { return b; }
3void c() { return int; }
4
5/*%%*
6may not return a value from a void function
7may not return a value from a void function
8may not return a value from a void function
9*%%*/
10