/*
* Copyright (c) 2000-2001 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
* forth in the LICENSE file which can be found at the top level of
* the sendmail distribution.
*/
int
int argc;
char **argv;
{
char *s;
char *r;
int n;
r = "foo042";
SM_TEST(n == 11);
r = "foo";
return sm_test_end();
}