err.D_DECL_CLASS.thisself.d revision 2633:71bab08d24b2
1193323Sed/*
2193323Sed * CDDL HEADER START
3193323Sed *
4193323Sed * The contents of this file are subject to the terms of the
5193323Sed * Common Development and Distribution License (the "License").
6193323Sed * You may not use this file except in compliance with the License.
7193323Sed *
8193323Sed * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9193323Sed * or http://www.opensolaris.org/os/licensing.
10193323Sed * See the License for the specific language governing permissions
11193323Sed * and limitations under the License.
12193323Sed *
13193323Sed * When distributing Covered Code, include this CDDL HEADER in each
14193323Sed * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15193323Sed * If applicable, add the following below this CDDL HEADER, with the
16193323Sed * fields enclosed by brackets "[]" replaced with your own identifying
17193323Sed * information: Portions Copyright [yyyy] [name of copyright owner]
18193323Sed *
19193323Sed * CDDL HEADER END
20198090Srdivacky */
21198090Srdivacky
22193323Sed/*
23193323Sed * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
24193323Sed * Use is subject to license terms.
25193323Sed */
26193323Sed
27193323Sed#pragma	ident	"%Z%%M%	%I%	%E% SMI"
28193323Sed
29218893Sdim/*
30193323Sed * ASSERTION:
31193323Sed *
32193323Sed * Multiple storage declarations.
33193323Sed *
34193323Sed * SECTION:  Variables/Scalar Variables
35193323Sed *
36193323Sed */
37193323Sedthis self int x;
38193323Sed
39193323SedBEGIN
40193323Sed{
41193323Sed	x = "dummy";
42193323Sed}
43193323Sed