err.D_PROTO_LEN.bad.d revision 249426
118316Swollman/*
218316Swollman * CDDL HEADER START
318316Swollman *
418316Swollman * The contents of this file are subject to the terms of the
518316Swollman * Common Development and Distribution License (the "License").
618316Swollman * You may not use this file except in compliance with the License.
718316Swollman *
818316Swollman * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
918316Swollman * or http://www.opensolaris.org/os/licensing.
1018316Swollman * See the License for the specific language governing permissions
1118316Swollman * and limitations under the License.
1218316Swollman *
1318316Swollman * When distributing Covered Code, include this CDDL HEADER in each
1418316Swollman * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1518316Swollman * If applicable, add the following below this CDDL HEADER, with the
1618316Swollman * fields enclosed by brackets "[]" replaced with your own identifying
1718316Swollman * information: Portions Copyright [yyyy] [name of copyright owner]
1818316Swollman *
1918316Swollman * CDDL HEADER END
2018316Swollman */
2118316Swollman
2218316Swollman/*
2318316Swollman * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
2418316Swollman * Use is subject to license terms.
2518316Swollman */
2618316Swollman
2718316Swollman/*
2818316Swollman * Copyright (c) 2012 by Delphix. All rights reserved.
2946303Smarkm */
3046303Smarkm
3150476Speter/*
3218316Swollman * ASSERTION:
3318316Swollman *  Test trace() with no arguments.
3418316Swollman *
3518316Swollman * SECTION: Actions and Subroutines/trace()
3618316Swollman */
3718316Swollman
3818316SwollmanBEGIN
3918316Swollman{
40126250Sbms
4146303Smarkm	trace();
42126250Sbms}
43126250Sbms
44126250SbmsBEGIN
45126250Sbms{
46126250Sbms	exit(0);
4746303Smarkm}
4846303Smarkm