xref: /illumos-gate/usr/src/cmd/dtrace/test/tst/common/uctf/err.invalidpid3.d (revision a386cc11a86ecb60f5a48078d22c1500e2ad003e)
1*a386cc11SRobert Mustacchi /*
2*a386cc11SRobert Mustacchi  * This file and its contents are supplied under the terms of the
3*a386cc11SRobert Mustacchi  * Common Development and Distribution License ("CDDL"), version 1.0.
4*a386cc11SRobert Mustacchi  * You may only use this file in accordance with the terms of version
5*a386cc11SRobert Mustacchi  * 1.0 of the CDDL.
6*a386cc11SRobert Mustacchi  *
7*a386cc11SRobert Mustacchi  * A full copy of the text of the CDDL should have accompanied this
8*a386cc11SRobert Mustacchi  * source.  A copy of the CDDL is also available via the Internet at
9*a386cc11SRobert Mustacchi  * http://www.illumos.org/license/CDDL.
10*a386cc11SRobert Mustacchi  */
11*a386cc11SRobert Mustacchi 
12*a386cc11SRobert Mustacchi /*
13*a386cc11SRobert Mustacchi  * Copyright (c) 2013 Joyent, Inc.  All rights reserved.
14*a386cc11SRobert Mustacchi  */
15*a386cc11SRobert Mustacchi 
16*a386cc11SRobert Mustacchi #pragma D option quiet
17*a386cc11SRobert Mustacchi 
18*a386cc11SRobert Mustacchi BEGIN
19*a386cc11SRobert Mustacchi {
20*a386cc11SRobert Mustacchi 	trace((pid0`int)0);
21*a386cc11SRobert Mustacchi }
22