err.D_DECL_COMBO.badtype4.d revision 303975
1139749Simp/*
274259Sjlemon * CDDL HEADER START
374178Sjlemon *
412510Sdg * The contents of this file are subject to the terms of the
512510Sdg * Common Development and Distribution License (the "License").
612510Sdg * You may not use this file except in compliance with the License.
712510Sdg *
812510Sdg * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
912510Sdg * or http://www.opensolaris.org/os/licensing.
1012510Sdg * See the License for the specific language governing permissions
1112510Sdg * and limitations under the License.
1212510Sdg *
1312510Sdg * When distributing Covered Code, include this CDDL HEADER in each
1412510Sdg * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1512510Sdg * If applicable, add the following below this CDDL HEADER, with the
1612510Sdg * fields enclosed by brackets "[]" replaced with your own identifying
1712510Sdg * information: Portions Copyright [yyyy] [name of copyright owner]
1812510Sdg *
1912510Sdg * CDDL HEADER END
2012510Sdg */
2112510Sdg
2212510Sdg/*
2312510Sdg * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
2412510Sdg * Use is subject to license terms.
2512510Sdg */
2612510Sdg
2712510Sdg#pragma	ident	"%Z%%M%	%I%	%E% SMI"
2850477Speter
2912510Sdg/*
3012510Sdg * ASSERTION:
3112510Sdg *   Invalid type name
3212510Sdg *
3312510Sdg * SECTION: Types, Operators, and Expressions/Data Types and Sizes
3412510Sdg *
3512510Sdg */
3629138Sdg
3729138Sdg
3829138Sdg#pragma D option quiet
3929138Sdg
4029138Sdgdtrace:::BEGIN
4129138Sdg{
4229138Sdg	i = (char int)0;
4329138Sdg	exit(0);
4429138Sdg}
4529138Sdg