err.D_SYNTAX.concat.d revision 2633:71bab08d24b2
1195098Sed#!/usr/sbin/dtrace -qs
2195098Sed
3195098Sed/*
4195098Sed * CDDL HEADER START
5195098Sed *
6195098Sed * The contents of this file are subject to the terms of the
7195098Sed * Common Development and Distribution License (the "License").
8195098Sed * You may not use this file except in compliance with the License.
9195098Sed *
10195098Sed * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11198090Srdivacky * or http://www.opensolaris.org/os/licensing.
12198090Srdivacky * See the License for the specific language governing permissions
13195098Sed * and limitations under the License.
14198090Srdivacky *
15195340Sed * When distributing Covered Code, include this CDDL HEADER in each
16198090Srdivacky * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17198090Srdivacky * If applicable, add the following below this CDDL HEADER, with the
18195098Sed * fields enclosed by brackets "[]" replaced with your own identifying
19205407Srdivacky * information: Portions Copyright [yyyy] [name of copyright owner]
20202878Srdivacky *
21202878Srdivacky * CDDL HEADER END
22198090Srdivacky */
23198090Srdivacky
24198090Srdivacky/*
25202878Srdivacky * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
26195098Sed * Use is subject to license terms.
27195098Sed */
28195098Sed
29195098Sed#pragma	ident	"%Z%%M%	%I%	%E% SMI"
30198090Srdivacky
31202878Srdivacky/*
32198090Srdivacky * ASSERTION:
33205407Srdivacky *
34198090Srdivacky *	Try to concat macro with user variables in provider description
35202878Srdivacky *	section.
36202878Srdivacky *
37202878Srdivacky * SECTION: Scripting
38203954Srdivacky *
39203954Srdivacky */
40203954Srdivacky
41203954SrdivackyBEGIN
42203954Srdivacky/i = 123$pid/
43198090Srdivacky{
44202878Srdivacky	exit(0);
45202878Srdivacky}
46203954Srdivacky