//
// STYLE.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////
// Style.h : main header file for the STYLE application
//
#if !defined(AFX_STYLE_H__0A4E7DFB_463D_40CE_AD8D_E17C1B94060E__INCLUDED_)
#define AFX_STYLE_H__0A4E7DFB_463D_40CE_AD8D_E17C1B94060E__IN
/* Test for prototype followed by old-style definition, as in
dremf-type-compat-2.c but with a non-built-in function. */
/* { dg-do compile } */
/* { dg-options "-pedantic" } */
float f (float, f
/* Test for prototype followed by old-style definition, as in
dremf-type-compat-3.c but with a non-built-in function. */
/* { dg-do compile } */
/* { dg-options "-pedantic-errors" } */
float f (f
/* Test that stray semicolon in old-style parameters is not
accepted. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "" } */
void
f(a)
int a;
/* Test that parameter without declaration specifiers in old-style
parameters is not accepted. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "" }