• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // This test does no allocations, to make sure that case is handled ok (eg.
2 // no div-by-zero errors).
3 
main(void)4 int main(void)
5 {
6    return 0;
7 }
8