// Minimal compiler test for C compiler.
//
// This Test should produce no error/warning.

int
main (void)
{
  return 0;
}
