err.D_SYNTAX.brack2.d revision 178476
1285809Sscottl/*
2285809Sscottl * CDDL HEADER START
3285809Sscottl *
4285809Sscottl * The contents of this file are subject to the terms of the
5285809Sscottl * Common Development and Distribution License (the "License").
6285809Sscottl * You may not use this file except in compliance with the License.
7285809Sscottl *
8285809Sscottl * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9285809Sscottl * or http://www.opensolaris.org/os/licensing.
10285809Sscottl * See the License for the specific language governing permissions
11285809Sscottl * and limitations under the License.
12285809Sscottl *
13285809Sscottl * When distributing Covered Code, include this CDDL HEADER in each
14285809Sscottl * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15285809Sscottl * If applicable, add the following below this CDDL HEADER, with the
16285809Sscottl * fields enclosed by brackets "[]" replaced with your own identifying
17285809Sscottl * information: Portions Copyright [yyyy] [name of copyright owner]
18285809Sscottl *
19285809Sscottl * CDDL HEADER END
20285809Sscottl */
21285809Sscottl
22285809Sscottl/*
23285809Sscottl * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
24285809Sscottl * Use is subject to license terms.
25285809Sscottl */
26285809Sscottl
27285809Sscottl#pragma ident	"%Z%%M%	%I%	%E% SMI"
28285809Sscottl
29285809Sscottl/*
30285809Sscottl * ASSERTION: Test detection of missing square brackets
31285809Sscottl *
32285809Sscottl * SECTION: Lexer
33285809Sscottl */
34285809Sscottl
35285809SscottlBEGIN
36285809Sscottl{
37285809Sscottl	args[0
38285809Sscottl}
39285809Sscottl