blob: 0128a323c72a995946340799b3779420e07897df (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-std=c99 -pedantic" } */
/* This file is for testing the preprocessor in -std=c99 -pedantic mode.
Neil Booth, 2 Dec 2000. */
#if 1LL
#endif
|