err.D_EMPTY.empty.d revision 9512fe850e98fdd448c638ca63fdd92a8a510255
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews/*
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt * CDDL HEADER START
32098293b78922a5fbd10906afa28624820d3756Tinderbox User *
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt * The contents of this file are subject to the terms of the
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt * Common Development and Distribution License (the "License").
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt * You may not use this file except in compliance with the License.
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt *
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews * or http://www.opensolaris.org/os/licensing.
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt * See the License for the specific language governing permissions
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt * and limitations under the License.
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt *
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt * When distributing Covered Code, include this CDDL HEADER in each
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt * If applicable, add the following below this CDDL HEADER, with the
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt * fields enclosed by brackets "[]" replaced with your own identifying
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt * information: Portions Copyright [yyyy] [name of copyright owner]
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt *
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt * CDDL HEADER END
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt */
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt/*
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt * Use is subject to license terms.
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt */
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt#pragma ident "%Z%%M% %I% %E% SMI"
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt/*
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt * ASSERTION: Test the "empty translation unit" error path.
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt *
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt * SECTION: Program Structure/Probe Clauses and Declarations
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt *
28a4d32b05736e13299fb10c6c0addfa88c3cf87Evan Hunt */
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User