190792Sgshapiro/*
2261370Sgshapiro * CDDL HEADER START
390792Sgshapiro *
490792Sgshapiro * The contents of this file are subject to the terms of the
590792Sgshapiro * Common Development and Distribution License (the "License").
690792Sgshapiro * You may not use this file except in compliance with the License.
790792Sgshapiro *
890792Sgshapiro * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
990792Sgshapiro * or http://www.opensolaris.org/os/licensing.
1090792Sgshapiro * See the License for the specific language governing permissions
1190792Sgshapiro * and limitations under the License.
1290792Sgshapiro *
1390792Sgshapiro * When distributing Covered Code, include this CDDL HEADER in each
1490792Sgshapiro * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1590792Sgshapiro * If applicable, add the following below this CDDL HEADER, with the
16266711Sgshapiro * fields enclosed by brackets "[]" replaced with your own identifying
1790792Sgshapiro * information: Portions Copyright [yyyy] [name of copyright owner]
1890792Sgshapiro *
1990792Sgshapiro * CDDL HEADER END
2090792Sgshapiro */
2190792Sgshapiro
2290792Sgshapiro/*
2390792Sgshapiro * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
2490792Sgshapiro * Use is subject to license terms.
2590792Sgshapiro */
2690792Sgshapiro
2790792Sgshapiro#pragma ident	"%Z%%M%	%I%	%E% SMI"
2890792Sgshapiro
2990792Sgshapiro/*
3090792Sgshapiro * ASSERTION:
3190792Sgshapiro *  Test printf() with too few arguments.
3290792Sgshapiro *
3390792Sgshapiro * SECTION: Output Formatting/printf()
3490792Sgshapiro *
3590792Sgshapiro */
3690792Sgshapiro
3790792SgshapiroBEGIN
3890792Sgshapiro{
3990792Sgshapiro	printf();
4090792Sgshapiro}
4190792Sgshapiro