err.D_DECL_PROTO_VARARGS.VarLenArgs.d revision 14ea49401f3c8c61422aefbda43809e275f60c6c
a78048ccbdb6256da15e6b0e7e95355e480c2301nd/*
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * CDDL HEADER START
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd *
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd * The contents of this file are subject to the terms of the
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd * Common Development and Distribution License (the "License").
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * You may not use this file except in compliance with the License.
a78048ccbdb6256da15e6b0e7e95355e480c2301nd *
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * or http://www.opensolaris.org/os/licensing.
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc * See the License for the specific language governing permissions
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * and limitations under the License.
a78048ccbdb6256da15e6b0e7e95355e480c2301nd *
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * When distributing Covered Code, include this CDDL HEADER in each
2e545ce2450a9953665f701bb05350f0d3f26275nd * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * If applicable, add the following below this CDDL HEADER, with the
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * fields enclosed by brackets "[]" replaced with your own identifying
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * information: Portions Copyright [yyyy] [name of copyright owner]
a78048ccbdb6256da15e6b0e7e95355e480c2301nd *
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * CDDL HEADER END
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen */
3f08db06526d6901aa08c110b5bc7dde6bc39905nd
a78048ccbdb6256da15e6b0e7e95355e480c2301nd/*
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * Use is subject to license terms.
3f08db06526d6901aa08c110b5bc7dde6bc39905nd */
a78048ccbdb6256da15e6b0e7e95355e480c2301nd
a78048ccbdb6256da15e6b0e7e95355e480c2301nd#pragma ident "%Z%%M% %I% %E% SMI"
a78048ccbdb6256da15e6b0e7e95355e480c2301nd
a78048ccbdb6256da15e6b0e7e95355e480c2301nd/*
053bfa8a288528fafab2b7a032c15116bb5de711nd * ASSERTION:
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung * array tuples may not use variable-length argument lists
a78048ccbdb6256da15e6b0e7e95355e480c2301nd *
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem * SECTION: Errtags/ D_DECL_ARRVA
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem *
a78048ccbdb6256da15e6b0e7e95355e480c2301nd */
a78048ccbdb6256da15e6b0e7e95355e480c2301nd
a78048ccbdb6256da15e6b0e7e95355e480c2301nd#pragma D option quiet
a78048ccbdb6256da15e6b0e7e95355e480c2301nd
a78048ccbdb6256da15e6b0e7e95355e480c2301nd
a78048ccbdb6256da15e6b0e7e95355e480c2301ndint a[...];
a78048ccbdb6256da15e6b0e7e95355e480c2301nd
a78048ccbdb6256da15e6b0e7e95355e480c2301ndBEGIN
a78048ccbdb6256da15e6b0e7e95355e480c2301nd{
a78048ccbdb6256da15e6b0e7e95355e480c2301nd exit(0);
a78048ccbdb6256da15e6b0e7e95355e480c2301nd}
a78048ccbdb6256da15e6b0e7e95355e480c2301nd
a78048ccbdb6256da15e6b0e7e95355e480c2301ndERROR
a78048ccbdb6256da15e6b0e7e95355e480c2301nd{
a78048ccbdb6256da15e6b0e7e95355e480c2301nd exit(0);
a78048ccbdb6256da15e6b0e7e95355e480c2301nd}
a78048ccbdb6256da15e6b0e7e95355e480c2301nd