15aefb655Srie /* 25aefb655Srie * CDDL HEADER START 35aefb655Srie * 45aefb655Srie * The contents of this file are subject to the terms of the 55aefb655Srie * Common Development and Distribution License (the "License"). 65aefb655Srie * You may not use this file except in compliance with the License. 75aefb655Srie * 85aefb655Srie * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 95aefb655Srie * or http://www.opensolaris.org/os/licensing. 105aefb655Srie * See the License for the specific language governing permissions 115aefb655Srie * and limitations under the License. 125aefb655Srie * 135aefb655Srie * When distributing Covered Code, include this CDDL HEADER in each 145aefb655Srie * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 155aefb655Srie * If applicable, add the following below this CDDL HEADER, with the 165aefb655Srie * fields enclosed by brackets "[]" replaced with your own identifying 175aefb655Srie * information: Portions Copyright [yyyy] [name of copyright owner] 185aefb655Srie * 195aefb655Srie * CDDL HEADER END 205aefb655Srie */ 215aefb655Srie 225aefb655Srie /* 23*cce0e03bSab196087 * Copyright 2008 Sun Microsystems, Inc. All rights reserved. 245aefb655Srie * Use is subject to license terms. 255aefb655Srie */ 265aefb655Srie 275aefb655Srie /* LINTLIBRARY */ 285aefb655Srie /* PROTOLIB1 */ 295aefb655Srie 305aefb655Srie #pragma ident "%Z%%M% %I% %E% SMI" 315aefb655Srie 325aefb655Srie #include <debug.h> 335aefb655Srie #include <elfcap.h> 345aefb655Srie #include <_libld.h> 35*cce0e03bSab196087 #include <sys/debug.h> 36*cce0e03bSab196087 37*cce0e03bSab196087 38*cce0e03bSab196087 void foo()39*cce0e03bSab196087foo() 40*cce0e03bSab196087 { 41*cce0e03bSab196087 assfail3(NULL, 0, NULL, 0, NULL, 0); 42*cce0e03bSab196087 } 43