11541Srgrimes#!/usr/sbin/dtrace -qs
21541Srgrimes
31541Srgrimes/*
41541Srgrimes * CDDL HEADER START
51541Srgrimes *
61541Srgrimes * The contents of this file are subject to the terms of the
71541Srgrimes * Common Development and Distribution License (the "License").
812623Sphk * You may not use this file except in compliance with the License.
912623Sphk *
1012623Sphk * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
111541Srgrimes * or http://www.opensolaris.org/os/licensing.
121541Srgrimes * See the License for the specific language governing permissions
131541Srgrimes * and limitations under the License.
141541Srgrimes *
151541Srgrimes * When distributing Covered Code, include this CDDL HEADER in each
161541Srgrimes * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
171541Srgrimes * If applicable, add the following below this CDDL HEADER, with the
181541Srgrimes * fields enclosed by brackets "[]" replaced with your own identifying
191541Srgrimes * information: Portions Copyright [yyyy] [name of copyright owner]
201541Srgrimes *
211541Srgrimes * CDDL HEADER END
221541Srgrimes */
231541Srgrimes
241541Srgrimes/*
251541Srgrimes * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
261541Srgrimes * Use is subject to license terms.
271541Srgrimes */
281541Srgrimes
291541Srgrimes#pragma	ident	"%Z%%M%	%I%	%E% SMI"
301541Srgrimes
311541Srgrimes/*
321541Srgrimes * ASSERTION:
331541Srgrimes *	Try to assign value to Macro.
341541Srgrimes *
351541Srgrimes * SECTION: Scripting
361541Srgrimes *
371541Srgrimes */
381541Srgrimes
391541SrgrimesBEGIN
4050477Speter{
411541Srgrimes	pid = 1;
421541Srgrimes	exit(0);
4331778Seivind}
4431778Seivind